From 8382689a97e552080f1c80b6f5240ccffac547a0 Mon Sep 17 00:00:00 2001 From: Brian DeRocher Date: Sun, 24 Nov 2024 22:05:32 -0500 Subject: [PATCH] Remove outline, add padding. --- src/components/Sticker.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Sticker.vue b/src/components/Sticker.vue index 17f07d5..d87f4dd 100644 --- a/src/components/Sticker.vue +++ b/src/components/Sticker.vue @@ -70,7 +70,9 @@ const layout4Class = computed(() => ({ padding: 5px; width: 100%; > div > div { - outline: 1px solid #CCC; + //outline: 1px solid #CCC; + padding-left: 4px; + padding-right: 4px; } .layout1 { font-size: 140%;