srv/poe_manager/static/css/style.css aktualisiert
This commit is contained in:
@@ -88,24 +88,28 @@ pre {
|
||||
#log-container {
|
||||
position: relative;
|
||||
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 {
|
||||
height: 97%;
|
||||
flex: 1 1 auto; /* füllt den Container, berücksichtigt Header/Padding */
|
||||
overflow: auto;
|
||||
white-space: pre-wrap;
|
||||
font-family: monospace;
|
||||
border: 1px solid #dee2e6; /* Bootstrap-like border */
|
||||
padding: 1rem;
|
||||
border: 1px solid #dee2e6;
|
||||
background-color: #f8f9fa;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
#refresh-timer {
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
right: 10px;
|
||||
flex-shrink: 0; /* bleibt am unteren Rand */
|
||||
text-align: right;
|
||||
font-size: 0.9em;
|
||||
color: gray;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
/* Tabelle anpassen */
|
||||
|
||||
Reference in New Issue
Block a user