list bans of guilds

This commit is contained in:
MathMan05 2025-04-14 13:34:39 -05:00
parent bdbee6894d
commit 5b5d15c99c
8 changed files with 224 additions and 33 deletions

View file

@ -48,6 +48,17 @@ body {
align-items: center;
}
}
.bandiv {
padding: 10px;
align-items: center;
margin-bottom: 8px;
background: var(--secondary-bg);
border-radius: 6px;
cursor: pointer;
div {
margin-left: 8px;
}
}
.flexltr {
min-height: 0;
display: flex;