mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
fix: scrollbar excess padding on firefox for .content-page
This commit is contained in:
committed by
Mungai Njoroge
parent
3e4a8dd7dc
commit
0f0f0e0762
@@ -3,7 +3,7 @@
|
||||
@-moz-document url-prefix() {
|
||||
#acontent {
|
||||
margin-right: calc(-1rem + 1px);
|
||||
padding-right: 1.25rem;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
|
||||
// applies to playlist list page
|
||||
|
||||
Reference in New Issue
Block a user