remove banner to bottom

This commit is contained in:
Bartal Læarsson
2026-06-22 13:37:44 +01:00
parent 3f10dd4c07
commit 738a02ca1d
+28
View File
@@ -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;
}
}