Discord overrides
This commit is contained in:
parent
ddaa663067
commit
a375f9ed6e
|
@ -0,0 +1,19 @@
|
|||
/*Some Discord overrides*/
|
||||
.guilds-wrapper {
|
||||
padding-top: 50px !important;
|
||||
}
|
||||
|
||||
[class*="guilds-wrapper"] + [class*="flex"] {
|
||||
border-radius: 0 0 0 5px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
-moz-appearance: scrollbartrack-vertical;
|
||||
background-color: rgba(0,0,0,0.1);
|
||||
width: 8px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: rgba(0,0,0,0.6);
|
||||
border-radius: 16px;
|
||||
}
|
|
@ -1,2 +1,3 @@
|
|||
@import './sidebarview';
|
||||
@import './bdsettings.scss';
|
||||
@import './bdsettings.scss';
|
||||
@import './discord.scss';
|
Loading…
Reference in New Issue