fix formatting for large number of favorites/interactions #236

Merged
floatingghost merged 1 commits from drudge/pleroma-fe:develop into develop 2022-11-26 18:32:35 +00:00
1 changed files with 3 additions and 1 deletions

View File

@ -302,10 +302,12 @@
position: relative;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: left;
margin-top: var(--status-margin, $status-margin);
> * {
max-width: 4em;
min-width: fit-content;
flex: 1;
}
}