Add custom scrollview fade for multi-monitor support

This commit is contained in:
Charles Gagnon
2019-01-09 23:25:32 -05:00
parent 7062b11f2b
commit b7ef85c1b0
4 changed files with 52 additions and 38 deletions

View File

@@ -39,8 +39,7 @@
padding: 0px;
}
#dashtopanelThumbnailScrollview,
#dashtopanelScrollview {
#dashtopanelThumbnailScrollview {
-st-hfade-offset: 48px;
}
@@ -62,6 +61,11 @@
margin-bottom: 0;
}
#dashtopanelTaskbar .scrollview-fade {
background-gradient-direction: horizontal;
background-gradient-end: rgba(0, 0, 0, 0);
}
.dashtopanelSecondaryMenu {
max-width: 400px;
}