diff --git a/static/app.css b/static/app.css index 951cb13..339ab7e 100644 --- a/static/app.css +++ b/static/app.css @@ -580,3 +580,31 @@ details.confirm[open]::before { .nav-desktop { display: none; } .nav-hamburger { display: flex; } } + +@media (min-width: 641px) { + .clock { + font-size: 0.85rem; + } + .running-bar { + position: fixed; + bottom: 3.5rem; + left: 1rem; + top: auto; + z-index: 15; + gap: 8px; + padding: 6px 10px; + border-radius: 4px; + font-size: 0.7rem; + max-width: 280px; + margin: 0; + } + .rb-task { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + } + .running-bar .go { + font-size: 0.65rem; + padding: 2px 8px; + } +}