update css

This commit is contained in:
ouwou 2024-05-21 02:15:45 -04:00
parent ead06ca864
commit 23621a50e6

View File

@ -157,6 +157,11 @@
min-height: 0px;
}
.classic-mention-overlay:selected {
color: @theme_selected_color;
background-color: @theme_selected_bg_color;
}
.channel-list .view:selected {
background-color: @theme_selected_bg_color;
}
@ -176,6 +181,10 @@
background: radial-gradient(7px circle at left, @theme_selected_bg_color 50%, transparent 20%);
}
.classic-guild-list-folder.has-unread stack {
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;
}