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

@@ -200,7 +200,11 @@ form {
}
.user-list {
white-space: nowrap;
.user-list-row {
white-space: nowrap;
display: flex;
}
.user-box {
width: 50%;