mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
web/timeline: wrap reactions
This commit is contained in:
parent
65b221d38e
commit
0e328c44d3
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ div.timeline-event {
|
||||||
|
|
||||||
div.event-content > div.event-reactions {
|
div.event-content > div.event-reactions {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
gap: .25rem;
|
gap: .25rem;
|
||||||
margin: .25rem 0;
|
margin: .25rem 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue