Nudge the toggles in CSS

This commit is contained in:
Taylor
2022-12-29 23:31:33 -05:00
parent ab043e78dc
commit 86ede6a2d6

View File

@@ -357,6 +357,10 @@ border-top-right-radius: var(--tabs_rounding);
overflow: hidden;
}
.setting_item .toggle {
margin-left: 5px;
}
.setting_item_input {
width:95%;
}