mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
minor UI fixes
This commit is contained in:
+3
-3
@@ -80,6 +80,7 @@ app_dom.addEventListener("click", (e) => {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.logo {
|
||||
height: 4.5rem;
|
||||
width: 15rem;
|
||||
@@ -94,10 +95,9 @@ app_dom.addEventListener("click", (e) => {
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 100%;
|
||||
padding: 0 $small;
|
||||
display: grid;
|
||||
grid-template-rows: 1fr;
|
||||
margin-top: $small;
|
||||
overflow: auto;
|
||||
padding-right: $small !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user