1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-21 04:52:21 +04:00

avatar icon fix

This commit is contained in:
codecalm
2021-03-16 02:53:11 +01:00
parent d199d4d050
commit f784abb8cb
+2 -2
View File
@@ -17,8 +17,8 @@
border-radius: $avatar-border-radius;
svg {
width: calc(var(--tblr-avatar-size) / 2);
height: calc(var(--tblr-avatar-size) / 2);
width: calc(var(--tblr-avatar-size) / #{(40 / 24)});
height: calc(var(--tblr-avatar-size) / #{(40 / 24)});
}
.badge {