1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-12-04 15:48:05 +00:00

Make user panel a bit prettier

This commit is contained in:
handlerug
2021-06-30 19:56:38 +07:00
parent ea75823656
commit 0052ba0695
3 changed files with 136 additions and 130 deletions

View File

@@ -419,3 +419,19 @@ kbd {
color: #ddd;
}
}
/*
* Tables
*/
.users-table {
width: 100%;
}
.users-table td {
white-space: nowrap;
}
.table-cell--fill {
width: 100%;
}