From 632c8d792bd1706bbe355f76b4aa2d87d3e130dd Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 11 Apr 2024 01:58:11 -0500 Subject: [PATCH] remove width from usercard --- core/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/core/style.css b/core/style.css index 983acd9..1040abb 100644 --- a/core/style.css +++ b/core/style.css @@ -209,7 +209,6 @@ div.page-selector div.pagebutton.forwpage { border-left: none; } background-image: var(--usercard-image, none); background-color: var(--usercard-color, var(--secondary-container-background)); color: var(--main-text); - width: 400px; border: 1px solid #7e7e7e; padding: 8px; background-position: 50% 50%;