From 5ff6c15c9a3ab37ef3dd71ed6f7fd583a9575f99 Mon Sep 17 00:00:00 2001 From: Cynthia Date: Wed, 26 Oct 2022 17:15:44 -0600 Subject: [PATCH] set default repeat and size for custom background --- xmc.user.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xmc.user.css b/xmc.user.css index 2040ba4..128d01e 100644 --- a/xmc.user.css +++ b/xmc.user.css @@ -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-"],