From 72972e3a10e938b4722fb39aa169df9a789ea4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A1=E6=A2=A6=E6=98=9F=E5=B0=98?= Date: Sat, 22 Oct 2022 17:24:13 +0800 Subject: [PATCH] :lipstick: Use smaller font size on tool button by default. --- assets/css/_common/components/tool-buttons.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/_common/components/tool-buttons.scss b/assets/css/_common/components/tool-buttons.scss index 485e91a..3042945 100644 --- a/assets/css/_common/components/tool-buttons.scss +++ b/assets/css/_common/components/tool-buttons.scss @@ -2,11 +2,11 @@ @include sidebar-toggle(); background: none; - bottom: 55px; + bottom: 58px; filter: alpha(opacity=0); - font-size: $font-size-small; + font-size: $font-size-smaller; @include mobile() { - font-size: $font-size-smaller; + font-size: $font-size-smallest; } .button {