Clean admin layout, drop scripts, keep admin out of tools list
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
.admin-grid {
|
||||
display: grid;
|
||||
gap: 18px;
|
||||
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
|
||||
grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
|
||||
}
|
||||
|
||||
.admin-card {
|
||||
@@ -57,6 +57,11 @@ select {
|
||||
color: var(--text);
|
||||
border-radius: 12px;
|
||||
padding: 10px 12px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.admin-card textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.table {
|
||||
@@ -67,7 +72,7 @@ select {
|
||||
|
||||
.table-row {
|
||||
display: grid;
|
||||
grid-template-columns: 1.2fr 0.6fr 1fr;
|
||||
grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.6fr) minmax(0, 1fr);
|
||||
gap: 8px;
|
||||
padding: 12px 14px;
|
||||
align-items: center;
|
||||
@@ -86,7 +91,7 @@ select {
|
||||
}
|
||||
|
||||
.table.compact .table-row {
|
||||
grid-template-columns: 1fr 1fr 0.6fr;
|
||||
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 0.6fr);
|
||||
}
|
||||
|
||||
.table .user {
|
||||
|
||||
Reference in New Issue
Block a user