From 62fb53d5746434be29f7965b871fab54d493e2a4 Mon Sep 17 00:00:00 2001 From: Hirame1 <56225774+Hirame1@users.noreply.github.com> Date: Sun, 12 May 2024 15:56:58 +0700 Subject: [PATCH] Adjust border radius for buttons in glyph filter --- src/components/tabs/glyphs/sidebar/GlyphFilterPanel.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/tabs/glyphs/sidebar/GlyphFilterPanel.vue b/src/components/tabs/glyphs/sidebar/GlyphFilterPanel.vue index ef8ee6420..541a47145 100644 --- a/src/components/tabs/glyphs/sidebar/GlyphFilterPanel.vue +++ b/src/components/tabs/glyphs/sidebar/GlyphFilterPanel.vue @@ -412,6 +412,7 @@ export default { .l-top-left-btn { cursor: pointer; border: var(--var-border-width, 0.2rem) solid; + border-radius: var(--var-border-radius, 0.2rem); width: 2.5rem; margin: 0.5rem 0 0 0.5rem; padding: 0.5rem; @@ -423,6 +424,7 @@ export default { align-items: center; cursor: pointer; border: var(--var-border-width, 0.2rem) solid; + border-radius: var(--var-border-radius, 0.2rem); width: 2rem; height: 2rem; margin: 0.5rem 0.5rem 0 0;