Fixed some avatar styling

This commit is contained in:
Grzegorz Leoniec 2019-03-15 13:36:35 +01:00
parent c8002a2b9a
commit e76fed663c
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -48,7 +48,6 @@
&.ds-size-small {
width: $size-avatar-small;
height: $size-avatar-small;
font-size: 0.8em;
&.is-online::before {
border-width: 1px;
@ -63,12 +62,10 @@
&.ds-size-large {
width: $size-avatar-large;
height: $size-avatar-large;
font-size: 1.5em;
}
&.ds-size-x-large {
width: $size-avatar-x-large;
height: $size-avatar-x-large;
font-size: 3em;
&.is-online::before {
height: $space-large;