Properly split user browsing page into two columns

This commit is contained in:
Xevion
2022-03-27 05:06:40 -05:00
parent bd35d40c48
commit beceed0095
4 changed files with 29 additions and 20 deletions

View File

@@ -176,8 +176,9 @@ form button {
font-size: 0.9em;
}
.user-list {
.user-list .user-list-row {
white-space: nowrap;
display: flex;
}
.user-list .user-box {
width: 50%;