Updated styling and components for punishment history
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user