diff --git a/cmd/qrunweb/static/index.html b/cmd/qrunweb/static/index.html index 3fbfb2c..d8a2c8b 100644 --- a/cmd/qrunweb/static/index.html +++ b/cmd/qrunweb/static/index.html @@ -85,7 +85,7 @@ header h1 { font-size: 16px; font-weight: 600; letter-spacing: 0.05em; } .block-start { border-top: 2px solid; border-left: 2px solid; border-right: 2px solid; border-top-left-radius: 3px; border-top-right-radius: 3px; - margin-top: 2px; margin-bottom: -1px; + margin-top: 1px; margin-bottom: -1px; } .block-mid { border-left: 2px solid; border-right: 2px solid; @@ -94,10 +94,10 @@ header h1 { font-size: 16px; font-weight: 600; letter-spacing: 0.05em; } .block-end { border-bottom: 2px solid; border-left: 2px solid; border-right: 2px solid; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; - margin-top: -1px; margin-bottom: 2px; + margin-top: -1px; margin-bottom: 1px; } .block-single { - border: 2px solid; border-radius: 3px; margin: 2px 3px; + border: 2px solid; border-radius: 3px; margin: 1px 3px; } .block.cue { color: var(--cue-color); border-color: var(--cue-color); background: var(--cue-bg); } @@ -112,6 +112,12 @@ header h1 { font-size: 16px; font-weight: 600; letter-spacing: 0.05em; } letter-spacing: 0.06em; opacity: 0.8; } +.sig { + background: rgba(255, 255, 255, 0.15); + border-radius: 2px; + padding: 0 6px; +} + .title { text-align: center; font-size: 11px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; @@ -150,182 +156,189 @@ header h1 { font-size: 16px; font-weight: 600; letter-spacing: 0.05em; }