diff --git a/style.css b/style.css index 8d4fbb0..601aed7 100644 --- a/style.css +++ b/style.css @@ -454,3 +454,24 @@ transform: rotate(45deg); box-shadow: 4px 4px 10px rgba(0,0,0,0.08); } +.status-header { + display: flex; + gap: 6px; + margin: 10px 0; + overflow-x: auto; + padding: 4px 0; +} + +.status-header .stBtn { + flex-shrink: 0; + padding: 6px 10px; + font-size: 13px; + border-radius: 8px; + border: none; + background: #ececec; + cursor: pointer; +} + +.status-header .stBtn:active { + filter: brightness(0.9); +}