New design for chat sidebar thing

This commit is contained in:
jeffser
2024-05-22 18:01:16 -06:00
parent a62d193edf
commit 21f0c9dafd
4 changed files with 55 additions and 15 deletions

12
src/style.css Normal file
View File

@@ -0,0 +1,12 @@
.chat_row:not(:selected) {
}
.chat_row:not(:selected):hover {
}
.chat_row box.header {
font-size: 14px;
}
.chat_row box {
margin: 0;
}