mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-23 03:12:53 +01:00
18 lines
370 B
CSS
18 lines
370 B
CSS
/*Thinner scrollbar*/
|
|
::-webkit-scrollbar {
|
|
height: 6px !important;
|
|
width: 0px !important;
|
|
background-color: transparent;
|
|
}
|
|
|
|
/*Hide upgrade button */
|
|
|
|
.upgrade-button {
|
|
display: none !important;
|
|
}
|
|
|
|
/*Exclude these elements from draggable property because it stops them from clickable*/
|
|
|
|
.profile-items-container, .profile {
|
|
-webkit-app-region: no-drag !important;
|
|
} |