Merge pull request #781 from MrTimscampi/poster-size
Tweak poster size on home screen
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
* {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: #3b3b3b #202020;
|
||||
}
|
||||
|
||||
.skinHeader,
|
||||
html {
|
||||
color: #ddd;
|
||||
@@ -432,8 +437,7 @@ html {
|
||||
}
|
||||
|
||||
.layout-desktop ::-webkit-scrollbar {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
width: 0.4em;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:horizontal,
|
||||
|
||||
Reference in New Issue
Block a user