fix background for chat title

master
Aevann 2024-04-29 06:01:08 +03:00
parent c5279dd8db
commit 76758346a7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
--gray-900: transparent;
}
.container, #userpage > div.container-fluid, #root > div.App, .orgy-chat-window-item {
.container, #userpage > div.container-fluid, #root > div.App, .orgy-top-container {
background: rgba(var(--background), 0.9) !important;
}