From d1371ace0266444a7b226405ac0bb0fe45f4ad45 Mon Sep 17 00:00:00 2001 From: Joscha Date: Mon, 3 Mar 2025 15:46:21 +0100 Subject: [PATCH] Make close button square --- .../src/components/CSegment.vue | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/showbits-thermal-printer-ui/src/components/CSegment.vue b/showbits-thermal-printer-ui/src/components/CSegment.vue index 55caeac..48865e5 100644 --- a/showbits-thermal-printer-ui/src/components/CSegment.vue +++ b/showbits-thermal-printer-ui/src/components/CSegment.vue @@ -37,19 +37,10 @@ const mode = ref<"calendar" | "egg" | "text">(); position: absolute; top: 0; right: 0; - - width: 24px; - height: 24px; - color: white; background-color: black; - border: 2px solid black; - border-radius: 100px; - - display: flex; - align-items: center; - justify-content: center; + padding: 0 4px; } .close:hover {