From 3c48e8ccd9da261c598b120a29a84dc0f42d03cf Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Wed, 23 Aug 2023 11:02:49 +0300 Subject: [PATCH] Increase toggle desc. font size --- public/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index 7d85a8139..3218ed806 100644 --- a/public/style.css +++ b/public/style.css @@ -2165,7 +2165,7 @@ input[type='checkbox']:not(#nav-toggle):not(#rm_button_panel_pin):not(#lm_button width: max-content; margin-left: 5px; margin-right: 15px; - font-size: calc(var(--mainFontSize) * 0.8); + font-size: calc(var(--mainFontSize) * 0.85); color: var(--SmartThemeEmColor); text-align: center; } @@ -3510,4 +3510,4 @@ a { z-index: 10; margin-left: 10px; /* Give some space between the button and search box */ -} \ No newline at end of file +}