From d77e820a24d24bd05c43a84d6df763f2cbe7263e Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Wed, 16 Oct 2024 19:52:28 -0700 Subject: [PATCH] adjust type/func/sig icon sizes in sidebar and listing --- src/styles/docs/docs-types.css | 4 ++-- src/styles/docs/toc/types-toc.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/docs/docs-types.css b/src/styles/docs/docs-types.css index ae55d92..a736877 100644 --- a/src/styles/docs/docs-types.css +++ b/src/styles/docs/docs-types.css @@ -110,8 +110,8 @@ margin-top: 0.272rem; & svg { - width: 27px; - height: 27px; + width: 1.5rem; + height: 1.5rem; margin-right: 3px; } } diff --git a/src/styles/docs/toc/types-toc.css b/src/styles/docs/toc/types-toc.css index ae61bfa..7661798 100644 --- a/src/styles/docs/toc/types-toc.css +++ b/src/styles/docs/toc/types-toc.css @@ -57,8 +57,8 @@ & svg { opacity: 0.6; - width: 24px; - height: 24px; + width: 1.2em; + height: 1.2em; transition: opacity 0.5s; }