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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user