From c2426407926e6a8b8ce46136a25f13193d546941 Mon Sep 17 00:00:00 2001 From: Murilo Brito Date: Tue, 21 Jul 2026 16:37:42 -0300 Subject: [PATCH] fix width not resizing in attached positions --- styles/less/ui/resources/resources.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/less/ui/resources/resources.less b/styles/less/ui/resources/resources.less index 13db7de9..27f11942 100644 --- a/styles/less/ui/resources/resources.less +++ b/styles/less/ui/resources/resources.less @@ -65,12 +65,12 @@ body.theme-light { } &.rightTop { - width: 300px; + width: 300px !important; max-width: 300px; } &.leftBottom { - width: 200px; + width: 200px !important; max-width: 200px; background: transparent; }