This commit is contained in:
2026-02-17 15:38:13 +01:00
parent 734d583d4e
commit 76b313467d
3 changed files with 16 additions and 8 deletions

View File

@@ -6,8 +6,12 @@ body {
.pane {
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
}
.buttons {
height: 40px;
width: 100%;
@@ -35,7 +39,9 @@ span.h-slider {
}
.buttons span.time {
width: 5em;
width: 4em;
font-weight: bold;
text-align: center;
}