spicetify-themes/Vaporwave/user.css
2019-10-28 11:09:32 +01:00

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;
}