diff --git a/index.html b/index.html index 98e9165..3824541 100644 --- a/index.html +++ b/index.html @@ -318,6 +318,35 @@ margin: -4px 0 12px 0; line-height: 1.4; } + + .time-24h-block { + margin-bottom: 15px; + } + + .time-24h-block .time-24h-row { + display: flex; + align-items: center; + gap: 8px; + flex-wrap: wrap; + } + + .time-24h-block input[type="number"] { + width: 4.25rem; + margin-bottom: 0; + text-align: center; + } + + .time-24h-sep { + font-weight: 600; + color: #374151; + user-select: none; + } + + .time-24h-hint { + font-size: 12px; + color: #6b7280; + margin-top: 4px; + } @@ -355,11 +384,11 @@ -