grab that sweet 2022.12 release (ty for yalls work) #4

Merged
desea merged 53 commits from AkkomaGang/akkoma-fe:stable into cuddlegirls 2022-12-10 19:19:21 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 1c3bd60af2 - Show all commits

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;
}
}