try to fix scrollbar differences

+ add hover states to albumcard and artist card
This commit is contained in:
geoffrey45
2022-09-21 16:35:50 +03:00
committed by Mungai Njoroge
parent 097c2b4a83
commit 45d91f0382
7 changed files with 43 additions and 22 deletions
+9 -1
View File
@@ -2,10 +2,18 @@
@-moz-document url-prefix() {
#acontent {
margin-right: -1rem;
margin-right: calc(-1rem + 1px);
padding-right: 1rem;
}
.header-list-layout {
margin-right: calc(0rem - ($medium + 4px)) !important;
.scrollable {
padding-right: calc(1rem - 3px) !important;
}
}
#app-grid.isSmall,
#app-grid.disableSidebar {
#acontent {