mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-01 13:53:09 +08:00
Started work on the recycle bin interface
This commit is contained in:
@ -290,12 +290,12 @@ $btt-size: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
table a.audit-log-user {
|
||||
table.table .table-user-item {
|
||||
display: grid;
|
||||
grid-template-columns: 42px 1fr;
|
||||
align-items: center;
|
||||
}
|
||||
table a.icon-list-item {
|
||||
table.table .table-entity-item {
|
||||
display: grid;
|
||||
grid-template-columns: 36px 1fr;
|
||||
align-items: center;
|
||||
|
Reference in New Issue
Block a user