Catch up to 2023.02 stable release #5

Merged
fedward merged 91 commits from AkkomaGang/akkoma-fe:stable into stable 2023-02-12 19:15:20 +00:00
Showing only changes of commit b8faee5d6d - 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;
}
}