Add UI tweaks

This commit is contained in:
Maxx Crawford 2021-09-29 10:05:27 -05:00
parent 6168275e17
commit 34be1a19be
No known key found for this signature in database
GPG key ID: 71DBD3273B65FEF9

View file

@ -586,7 +586,7 @@ manage things like container crud */
} }
.edit-container-panel fieldset:last-of-type { .edit-container-panel fieldset:last-of-type {
margin-block-end: 0; margin-block-start: 16px;
} }
.edit-container-panel input[type="text"] { .edit-container-panel input[type="text"] {
@ -886,12 +886,11 @@ input {
.site-isolation { .site-isolation {
inset-block-end: auto; inset-block-end: auto;
position: fixed;
} }
.options-label { .options-label {
cursor: pointer; cursor: pointer;
padding-inline-start: 25px; padding-inline-start: 4px;
} }
.manage-assigned-sites-list { .manage-assigned-sites-list {