mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 01:22:48 +00:00
feat: add user admin page - various dependency updates
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
border: 1px solid $gray3;
|
||||
}
|
||||
|
||||
.card--wide {
|
||||
max-width: 1200px;
|
||||
}
|
||||
|
||||
.card__header {
|
||||
margin: -10px -10px 10px -10px;
|
||||
display: flex;
|
||||
|
||||
@@ -92,3 +92,7 @@ body {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.overflow-x-auto {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user