set default repeat and size for custom background

This commit is contained in:
Cynthia Foxwell 2022-10-26 17:15:44 -06:00
parent 85640d66ec
commit 5ff6c15c9a
1 changed files with 2 additions and 0 deletions

View File

@ -1121,6 +1121,8 @@ nav[class^="sidebar-"] div[class^="item-"]:not([class*="selected-"]):hover,
[class^="appMount-"] {
background: var(--custom-background), var(--primary) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
[class^="chat-"] > [class^="content-"] > [class^="chatContent-"],