1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-03 15:46:23 -07:00

Add filter enabling/disabling

This commit is contained in:
Eggbertx 2024-08-11 00:40:45 -07:00
parent e3a4efd9c0
commit fa56d500b8
5 changed files with 147 additions and 30 deletions

View file

@ -324,8 +324,12 @@ table.mgmt-table {
margin-top: 4px;
width: 100%;
}
table.mgmt-table td.table-actions {
table.mgmt-table td.table-actions, table.mgmt-table col.row-actions, table.mgmt-table col.row-staff {
text-align: center;
width: 7%;
}
table.mgmt-table col.row-date {
width: 20%;
}
table.mgmt-table th {
padding: 4px;