This commit is contained in:
Daniel Ledda
2024-05-31 17:27:04 +02:00
parent f76205d0db
commit ff6ffa57ce
14 changed files with 1071 additions and 562 deletions

View File

@@ -342,9 +342,15 @@
padding-left: 3em;
}
&.vertical-mode .beat-stage {
margin: auto auto;
height: 100vh;
&.vertical-mode {
.beat-stage {
margin: auto auto;
height: 100vh;
}
.beat-stage-container {
display: block;
}
}
.sidebar-left-strip {