minor UI fixes

This commit is contained in:
geoffrey45
2022-05-07 19:33:54 +03:00
parent fb67f568ad
commit f913e59103
19 changed files with 37 additions and 63 deletions
+3 -3
View File
@@ -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 {