diff --git a/srv/poe_manager/static/css/style.css b/srv/poe_manager/static/css/style.css index 784ccaa..a082163 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 - 250px); /* Füllt die Seite minus Header */ + height: calc(100vh - 251px); /* Füllt die Seite minus Header */ padding: 1rem; /* optional, Abstand innen */ box-sizing: border-box; /* damit Padding nicht die Höhe sprengt */ display: flex; @@ -107,7 +107,7 @@ pre { #refresh-timer { position: absolute; bottom: 18px; - right: 20px; + right: 25px; font-size: 0.9em; color: gray; background-color: rgba(255,255,255,0.7); /* optional, besser lesbar */