Skip to content

Commit

Permalink
Fix settings input alignment on Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinovantes committed Apr 30, 2022
1 parent d0b501f commit b1b59eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/UserscriptAppSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ label{
display: grid;
gap: math.div($padding, 2);
grid-template-columns: 1fr 2fr;
justify-items: left;
}
input{
Expand All @@ -137,6 +138,10 @@ input{
&:focus{
border-color: black;
}
&:not([type='checkbox']){
width: 100%;
}
}
a.btn{
Expand Down

0 comments on commit b1b59eb

Please sign in to comment.