list bans of guilds
This commit is contained in:
parent
bdbee6894d
commit
5b5d15c99c
8 changed files with 224 additions and 33 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue