From 1f667832f80cd83e866396163a09678a01468429 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 6 Jul 2026 19:47:03 +0300 Subject: [PATCH] stylistic changes to palette editor + mobile fixes --- src/components/palette_editor/palette_editor.vue | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/components/palette_editor/palette_editor.vue b/src/components/palette_editor/palette_editor.vue index 80c55d635..b27b21f00 100644 --- a/src/components/palette_editor/palette_editor.vue +++ b/src/components/palette_editor/palette_editor.vue @@ -20,6 +20,7 @@ :show-ratio="true" :contrast="contrast[key]" /> +
{{ ' ' }}
@@ -238,15 +239,6 @@ const updatePalette = (paletteKey, value) => { grid-column: 1 / span 2; } } - - .color-input { - display: grid; - gap: 0.5em; - - label { - flex: 1; - } - } } }