unread indicators for classic guilds

This commit is contained in:
ouwou
2024-02-19 20:27:03 -05:00
parent 473ff6f777
commit 3badc04db5
3 changed files with 44 additions and 0 deletions

View File

@@ -160,3 +160,22 @@
.channel-list .view:selected {
background-color: @theme_selected_bg_color;
}
.classic-guild-list > row {
padding-left: 0px;
box-shadow: none;
border: none;
outline: none;
}
.classic-guild-list > row:hover {
background: none;
}
.classic-guild-list-guild.has-unread {
background: radial-gradient(7px circle at left, @theme_selected_bg_color 50%, transparent 20%);
}
.classic-guild-list-guild box, .classic-guild-list-folder stack {
padding-left: 10px;
}