chore: remove unused styles

This commit is contained in:
SauceyRed 2025-05-01 22:39:40 +02:00
parent c3e17cb56e
commit f37280c3f6
Signed by: sauceyred
GPG key ID: 270B096EF6E9A462

View file

@ -178,12 +178,6 @@ function sendMessage(e: Event) {
border-bottom: 1px solid rgb(70, 70, 70); border-bottom: 1px solid rgb(70, 70, 70);
} }
#client-root div {
/* border: 1px solid cyan; */
}
#main-bar {}
#__nuxt { #__nuxt {
display: flex; display: flex;
flex-flow: column; flex-flow: column;
@ -259,12 +253,6 @@ function sendMessage(e: Event) {
height: 100%; height: 100%;
} }
.main-grid-row {
/* border: 1px solid cyan; */
}
#main-bar {}
#servers-list, #servers-list,
#channels-list, #channels-list,
#message-history, #message-history,