mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
minor UI fixes
This commit is contained in:
@@ -41,12 +41,12 @@ onBeforeRouteUpdate(async (to) => {
|
||||
.al-view {
|
||||
height: calc(100% - 1rem);
|
||||
overflow: auto;
|
||||
margin: $small $small;
|
||||
margin: $small;
|
||||
margin-right: 0;
|
||||
scrollbar-width: none;
|
||||
|
||||
.songs {
|
||||
padding: $small;
|
||||
min-height: calc(100% - 32rem);
|
||||
min-height: calc(100% - 31.5rem);
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
|
||||
Reference in New Issue
Block a user