From fa64112f9ff4052bd71475b9005938786eb52d29 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 11 Jan 2025 13:03:02 +0000 Subject: [PATCH] make widgets wider in classic view the style of widgets was changed by @Insert5StarName (@marie?) with commit e14fd33140f4ff076e141540559d4540fb9368b8 as part of !178 I'm not sure if it was intentional or accidental, and I'm also not sure why nobody noticed before 2024.11 (maybe something else kept the widgets wider?) Anyway, this change seems to be enough --- packages/frontend/src/ui/classic.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/frontend/src/ui/classic.vue b/packages/frontend/src/ui/classic.vue index ded945dda1..f8cd5fa8be 100644 --- a/packages/frontend/src/ui/classic.vue +++ b/packages/frontend/src/ui/classic.vue @@ -260,6 +260,7 @@ onMounted(() => { position: sticky; top: 0; height: 100%; + width: 300px; padding-top: 16px; box-sizing: border-box; overflow: auto;