feat: better styling, add new track
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
}
|
||||
|
||||
.root {
|
||||
overflow: hidden;
|
||||
color: var(--color-p-light);
|
||||
background-color: var(--color-bg-dark);
|
||||
height: 100vh;
|
||||
@@ -36,12 +37,15 @@
|
||||
.root-beat-stage-container {
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
width: calc(100vw - 30em);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.root-beat-stage {
|
||||
max-width: calc(100vw - 30em);
|
||||
overflow: hidden;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user