From 738a02ca1dd666d6f3b4e08da3beb11bc8ca848d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartal=20L=C3=A6arsson?= Date: Mon, 22 Jun 2026 13:37:44 +0100 Subject: [PATCH] remove banner to bottom --- static/app.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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; + } +}