Integrate HeaderComponent into Staff Playtime view, update layout with full-height styling, and enhance UI consistency.

This commit is contained in:
2025-11-02 22:48:27 +01:00
parent edaebe9e4a
commit 710771f5f7
3 changed files with 46 additions and 33 deletions
+4
View File
@@ -159,6 +159,10 @@ time, mark, audio, video {
width: 100%;
}
.full-height {
height: 100%;
}
.centered {
margin-left: auto;
margin-right: auto;