From 716dae7f03f9e56d5d2c9065c8dccc667bc46d26 Mon Sep 17 00:00:00 2001 From: Prospector Date: Tue, 9 Apr 2024 19:55:20 -0700 Subject: [PATCH] Fix theme preview width --- pages/settings/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/settings/index.vue b/pages/settings/index.vue index dd72a109e2..eee65b2f65 100644 --- a/pages/settings/index.vue +++ b/pages/settings/index.vue @@ -480,6 +480,7 @@ const listTypes = computed(() => { background-color: var(--color-bg); padding: 1.5rem; outline: 2px solid transparent; + width: 100%; .example-card { margin: 0;