diff --git a/src/components/UserscriptAppSettings.vue b/src/components/UserscriptAppSettings.vue index dc70058..4db36b7 100644 --- a/src/components/UserscriptAppSettings.vue +++ b/src/components/UserscriptAppSettings.vue @@ -125,6 +125,7 @@ label{ display: grid; gap: math.div($padding, 2); grid-template-columns: 1fr 2fr; + justify-items: left; } input{ @@ -137,6 +138,10 @@ input{ &:focus{ border-color: black; } + + &:not([type='checkbox']){ + width: 100%; + } } a.btn{