srv/poe_manager/static/css/style.css aktualisiert

This commit is contained in:
2025-10-12 19:14:41 +02:00
parent 7b0c847e67
commit 268800d31a

View File

@@ -88,24 +88,28 @@ pre {
#log-container { #log-container {
position: relative; position: relative;
height: calc(100vh - 150px); /* Füllt die Seite minus Header */ height: calc(100vh - 150px); /* Füllt die Seite minus Header */
padding: 1rem; /* optional, Abstand innen */
box-sizing: border-box; /* damit Padding nicht die Höhe sprengt */
display: flex;
flex-direction: column;
} }
#log-box { #log-box {
height: 97%; flex: 1 1 auto; /* füllt den Container, berücksichtigt Header/Padding */
overflow: auto; overflow: auto;
white-space: pre-wrap; white-space: pre-wrap;
font-family: monospace; font-family: monospace;
border: 1px solid #dee2e6; /* Bootstrap-like border */ border: 1px solid #dee2e6;
padding: 1rem;
background-color: #f8f9fa; background-color: #f8f9fa;
padding: 0.5rem;
} }
#refresh-timer { #refresh-timer {
position: absolute; flex-shrink: 0; /* bleibt am unteren Rand */
bottom: 10px; text-align: right;
right: 10px;
font-size: 0.9em; font-size: 0.9em;
color: gray; color: gray;
margin-top: 0.5rem;
} }
/* Tabelle anpassen */ /* Tabelle anpassen */