forked from AkkomaGang/akkoma-fe
layout avatars side by side
This commit is contained in:
parent
0f5ea9c164
commit
df622e6ed6
1 changed files with 1 additions and 3 deletions
|
@ -14,14 +14,12 @@
|
|||
display: inline-flex; /* Causes LI items to display in row. */
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0px 15px 0px 0px;
|
||||
flex-direction: row-reverse;
|
||||
|
||||
&-item {
|
||||
height: 25px;
|
||||
width: 25px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 15px;
|
||||
|
||||
.avatars-img {
|
||||
border-radius: $fallback--avatarAltRadius;
|
||||
|
|
Loading…
Reference in a new issue