This commit is contained in:
HoLLy 2019-04-26 14:01:35 +02:00
Родитель 3bf692f8ce
Коммит 4a012dafc1
2 изменённых файлов: 16 добавлений и 9 удалений

Просмотреть файл

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