Better display for stream faces
This commit is contained in:
parent
6b6bf84598
commit
adef7ee37c
1 changed files with 5 additions and 1 deletions
|
|
@ -61,7 +61,11 @@
|
|||
display: inline-block;
|
||||
}
|
||||
}
|
||||
.stream-faces img{ display: inline-flex; }
|
||||
.stream-faces{
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
img{ margin: 1px; }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue