adjust type/func/sig icon sizes in sidebar and listing

This commit is contained in:
outfoxxed 2024-10-16 19:52:28 -07:00
parent b398aafcce
commit d77e820a24
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 4 additions and 4 deletions

View file

@ -110,8 +110,8 @@
margin-top: 0.272rem; margin-top: 0.272rem;
& svg { & svg {
width: 27px; width: 1.5rem;
height: 27px; height: 1.5rem;
margin-right: 3px; margin-right: 3px;
} }
} }

View file

@ -57,8 +57,8 @@
& svg { & svg {
opacity: 0.6; opacity: 0.6;
width: 24px; width: 1.2em;
height: 24px; height: 1.2em;
transition: opacity 0.5s; transition: opacity 0.5s;
} }