Allow external icon to grow past 0.75rem

This commit is contained in:
daudix
2024-08-06 03:03:06 +03:00
parent d2ffb45741
commit 9e2e1f23d1

View File

@ -8,8 +8,8 @@
mask-size: cover;
margin-inline-start: 0.25rem;
background-color: var(--primary-color);
width: 0.75rem;
height: 0.75rem;
width: max(0.75rem, 0.75em);
height: max(0.75rem, 0.75em);
content: "";
:root[dir*="rtl"] & {