forked from rDrama/rDrama
1
0
Fork 0
Aevann1 2022-03-25 03:17:36 +02:00
parent 356ca84aab
commit 2b640e33c2
1 changed files with 10 additions and 1 deletions

View File

@ -22,8 +22,9 @@
<style> <style>
#chat-window { #chat-window {
max-height:90vh; max-height: 90vh;
overflow-y: scroll; overflow-y: scroll;
background-color: transparent !important;
} }
#chat-window .chat-profile { #chat-window .chat-profile {
@ -80,6 +81,14 @@
blockquote { blockquote {
margin: 5px 0 5px 27px !important; margin: 5px 0 5px 27px !important;
} }
#online {
background-color: var(--gray-700) !important;
}
.chat-line .btn {
background-color: transparent !important;
}
</style> </style>
</head> </head>