move the Routes enum to router/routes.ts

+ fix context menu not being normalized
+ fix nav bar padding-right on no sidebar
This commit is contained in:
geoffrey45
2022-12-12 10:41:23 +03:00
committed by Mungai Njoroge
parent cb51107ffd
commit 7f344b51db
22 changed files with 361 additions and 144 deletions
+1 -1
View File
@@ -89,6 +89,7 @@ $g-border: solid 1px $gray5;
.topnav {
//reduce width to match #acontent
width: calc(100% - 1rem);
padding-right: 0;
}
}
@@ -109,7 +110,6 @@ $g-border: solid 1px $gray5;
}
.v-scroll-page.isSmall {
// hide album and artists columns
.songlist-item {
grid-template-columns: 1.5rem 2fr 2.5rem 2.5rem;
}