Updated styling and components for punishment history

This commit is contained in:
Peter
2025-04-12 17:05:08 +02:00
parent 1264003a44
commit 6a70428c75
8 changed files with 96 additions and 19 deletions
@@ -14,17 +14,41 @@ tbody {
td {
padding: 5px 0 5px 0;
height: 55px;
}
th {
padding: 5px 0 5px 0;
}
th, td {
text-overflow: ellipsis;
}
table tr td {
vertical-align: middle;
}
.historyType {
width: 100px;
}
.historyPlayer {
width: 200px;
text-overflow: clip;
}
img {
vertical-align: middle;
border-style: none;
}
.avatar {
margin-bottom: 5px;
margin-right: 5px;
border-radius: 2px;
}
.historyReason {
width: 920px;
}