Allow external icon to grow past 0.75rem
This commit is contained in:
@ -8,8 +8,8 @@
|
|||||||
mask-size: cover;
|
mask-size: cover;
|
||||||
margin-inline-start: 0.25rem;
|
margin-inline-start: 0.25rem;
|
||||||
background-color: var(--primary-color);
|
background-color: var(--primary-color);
|
||||||
width: 0.75rem;
|
width: max(0.75rem, 0.75em);
|
||||||
height: 0.75rem;
|
height: max(0.75rem, 0.75em);
|
||||||
content: "";
|
content: "";
|
||||||
|
|
||||||
:root[dir*="rtl"] & {
|
:root[dir*="rtl"] & {
|
||||||
|
Reference in New Issue
Block a user