Selaa lähdekoodia

feat(css): Styled scrollbars in Firefox Nightly (#8653)

You currently need to enable `layout.css.scrollbar-colors.enabled` in `about:config` in Firefox
Nightly.
master
Sorin Davidoi 5 vuotta sitten
committed by Eugen Rochko
vanhempi
commit
8fefcb86ea
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. +5
    -0
      app/javascript/styles/mastodon/reset.scss

+ 5
- 0
app/javascript/styles/mastodon/reset.scss Näytä tiedosto

@@ -53,6 +53,11 @@ table {
border-spacing: 0;
}

html {
scrollbar-face-color: lighten($ui-base-color, 4%);
scrollbar-track-color: rgba($base-overlay-background, 0.1);
}

::-webkit-scrollbar {
width: 12px;
height: 12px;


Ladataan…
Peruuta
Tallenna