samuelthomas2774 / nxapi

Nintendo Switch Online/Parental Controls app APIs. Show your Nintendo Switch presence in Discord, get friend notifications on desktop, and download and access SplatNet 2, NookLink, SplatNet 3 and Parental Controls data. Mirror of https://gitlab.fancy.org.uk/samuel/nxapi.git.
GNU Affero General Public License v3.0
427 stars 34 forks source link

Suggestion: Better Themed Scrollbars? #78

Open CarJem opened 1 year ago

CarJem commented 1 year ago

Chromium Default Scrollbars don't really fit the overall app... I have made a css mockup of a more fitting change

/* width */
::-webkit-scrollbar {
    height: 6px;
    width: 6px;

}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
    margin: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border: 6px;
    border-radius: 6px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

image

AAGaming00 commented 1 year ago

You may want to give this a test in splatnet 3, the scrollbars get a little weird there iirc