Update DiscordRecolor.css

This commit is contained in:
Mirco Wittrien 2020-10-29 16:53:03 +01:00
parent f899f9ae5e
commit 38ef539397
1 changed files with 3 additions and 1 deletions

View File

@ -4095,8 +4095,10 @@ html #bd-editor-controls button path:not([fill]) {
fill: currentColor;
}
html .ace_scroller {
html .ace_scroller:not([style*="right: 0px"]) {
right: 10px !important;
}
html .ace_scroller:not([style*="bottom: 0px"]) {
bottom: 10px !important;
}
html .ace_scrollbar.ace_scrollbar-v {