Fix server bar
This commit is contained in:
Родитель
3bf692f8ce
Коммит
4a012dafc1
|
@ -0,0 +1,6 @@
|
|||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="SassScssResolvedByNameOnly" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
||||
</profile>
|
||||
</component>
|
|
@ -114,22 +114,23 @@
|
|||
}
|
||||
}
|
||||
|
||||
&>div[class*="container-"] { // .guild-XXXXXX
|
||||
&>div[class*="listItem-"] { // .guild-XXXXXX
|
||||
margin-top: 0!important;
|
||||
|
||||
&+div[class*="container-"] {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
&[class*="selected-"]:before, &[class*="unread-"]:before {
|
||||
left: 40%;
|
||||
top: 120%;
|
||||
// unread notification
|
||||
div[class*="pill-"] {
|
||||
left: 43.5%;
|
||||
top: 70%;
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
// Do not display the selected channel indicator for the discord logo (DMs, friends)
|
||||
&:first-child:before {
|
||||
display: none;
|
||||
span[class*="item-"] {
|
||||
border-radius: 4px!important;
|
||||
margin-left: 0!important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -422,4 +423,4 @@
|
|||
div[class*="unreadMentionsBar-"] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче