diff --git a/srv/poe_manager/static/css/style.css b/srv/poe_manager/static/css/style.css index de91720..6648dc9 100644 --- a/srv/poe_manager/static/css/style.css +++ b/srv/poe_manager/static/css/style.css @@ -87,7 +87,7 @@ pre { #log-container { position: relative; - height: calc(100vh - 255px); /* Füllt die Seite minus Header */ + height: calc(100vh - 250px); /* Füllt die Seite minus Header */ padding: 1rem; /* optional, Abstand innen */ box-sizing: border-box; /* damit Padding nicht die Höhe sprengt */ display: flex; @@ -105,11 +105,15 @@ pre { } #refresh-timer { - flex-shrink: 0; /* bleibt am unteren Rand */ - text-align: right; + position: absolute; + bottom: 5px; + right: 10px; font-size: 0.9em; color: gray; - margin-top: 0.5rem; + background-color: rgba(255,255,255,0.7); /* optional, besser lesbar */ + padding: 2px 4px; + border-radius: 3px; + pointer-events: none; /* damit Scrollbar nicht blockiert wird */ } /* Tabelle anpassen */