From 9c4421bfe02b89b587e4f5e92b4ea433a9f8c9da Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Tue, 9 Apr 2024 19:56:32 -0700 Subject: [PATCH] Fix theme preview width (#1670) --- pages/settings/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/settings/index.vue b/pages/settings/index.vue index dd72a109e..eee65b2f6 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;