mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 17:42:48 +00:00
feat: add user event log to admin page
This commit is contained in:
@@ -32,10 +32,19 @@ body {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.flex--center {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.flex--v-center {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.flex--h-center {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: 20px;
|
||||
@include tinyScreen {
|
||||
@@ -77,3 +86,9 @@ body {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.hide-small {
|
||||
@include smallScreen {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,13 @@
|
||||
thead {
|
||||
text-align: left;
|
||||
}
|
||||
td,
|
||||
th {
|
||||
padding: 10px 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.table--ellipsis {
|
||||
td,
|
||||
th {
|
||||
white-space: nowrap;
|
||||
|
||||
Reference in New Issue
Block a user