From 2004d78226ae51a7d2757c55e33597856bf21bc3 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 30 Nov 2022 01:43:44 +0200 Subject: [PATCH] make userpage on mobile transparent too --- files/assets/css/transparent.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/assets/css/transparent.css b/files/assets/css/transparent.css index de03e9574..36920575d 100644 --- a/files/assets/css/transparent.css +++ b/files/assets/css/transparent.css @@ -8,11 +8,11 @@ --gray-900: transparent; } -.container, #root > div.App { +.container, #userpage > div.container-fluid, #root > div.App { background: rgba(28, 34, 41, 0.90) !important; } -.fixed-bottom, .popover, .modal-content, .dropdown-menu, .navbar, #userpage > div.container-fluid, body, .form-control { +.fixed-bottom, .popover, .modal-content, .dropdown-menu, .navbar, body, .form-control { background-color: #21262d !important; }