Merge pull request #1453 from riv-gh/bugfix/userlist-wrap

fixing page "/userselect" if many users on this
This commit is contained in:
KodeStar
2025-07-10 19:25:34 +01:00
committed by GitHub

View File

@@ -238,6 +238,7 @@ body {
.userlist {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
.user {