From dffde1ef1996aed5f65111ed5a9ad416697177e5 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 11 Apr 2024 01:46:49 -0500 Subject: [PATCH] change dashboard mainbox to exclude usercard --- core/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/style.css b/core/style.css index 56cc10d..a5df4c8 100644 --- a/core/style.css +++ b/core/style.css @@ -1014,7 +1014,7 @@ body.blog .page-container .article .link { font-weight: bold; } body.dashboard .sidebar { width: 40%; } } -body.dashboard .dash-container .mainbox { +body.dashboard .dash-container .mainbox:not(.usercard) { background: var(--primary-container-background); border: var(--primary-container-border); padding: 2px;