diff --git a/srv/poe_manager/static/css/style.css b/srv/poe_manager/static/css/style.css index a082163..23ca2ed 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 - 251px); /* Füllt die Seite minus Header */ + height: calc(100vh - 252px); /* 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: 25px; + right: 30px; font-size: 0.9em; color: gray; background-color: rgba(255,255,255,0.7); /* optional, besser lesbar */