mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-22 19:08:33 +08:00
Rewrite the admin flag form to use FormKit. This is a draft because waiting for Checkbox improvements.
7 lines
140 B
SCSS
Vendored
7 lines
140 B
SCSS
Vendored
.admin-contents table.grid tr.admin-flag-item {
|
|
grid-template-columns: auto min-content;
|
|
|
|
.d-toggle-switch {
|
|
margin-right: 0;
|
|
}
|
|
}
|