forked from mandorinn/eSix-Cafe
hotfix release 2.2.8.1 - fix the scrollbar
This commit is contained in:
parent
ec960a9b9c
commit
18f365699a
@ -2,7 +2,7 @@
|
||||
/* ==UserStyle==
|
||||
@name eSix Café
|
||||
@namespace mandorinn
|
||||
@version 2.2.8
|
||||
@version 2.2.8.1
|
||||
@description Muted and easy on the eyes style for e621. Big credits to Faucet for the bug reports so far, thank you!
|
||||
@author mandorinn [(www.mandorinn.dev)], faucet [(https://e621.net/users/601225)], edshot99 [(https://git.groovyexpress.com/edshot99)]
|
||||
@preprocessor stylus
|
||||
@ -834,11 +834,11 @@ body[data-th-extra=winter] div#page div[id*=c-]::after {
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
background: var(--bg);
|
||||
background: #0000004d;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: var(--bg-300);
|
||||
background: #ffffff4d;
|
||||
}
|
||||
|
||||
nav.navigation {
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* ==UserStyle==
|
||||
@name eSix Café
|
||||
@namespace mandorinn
|
||||
@version 2.2.8
|
||||
@version 2.2.8.1
|
||||
@description Muted and easy on the eyes style for e621. Big credits to Faucet for the bug reports so far, thank you!
|
||||
@author mandorinn [(www.mandorinn.dev)], faucet [(https://e621.net/users/601225)], edshot99 [(https://git.groovyexpress.com/edshot99)]
|
||||
@preprocessor stylus
|
||||
|
Loading…
Reference in New Issue
Block a user