Skip to content

Commit

Permalink
Improve config spacing (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPuglisi authored Sep 6, 2022
1 parent cac4e5d commit 9603193
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions source/scss/config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ i.fas.fa-circle-notch {
margin-left: 0.2em;
}

#loc-latitude {
margin-right: 1.2em;
}

.coordinateNotice {
color: $primary-color-dull;
padding: 0 0 0.5em 0;
Expand Down
6 changes: 3 additions & 3 deletions views/config.pug
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ block content
div.selectGroup.groupBgopt#bgopt-blur Blur
span.inputLine
small Default image URL: 
input.input-group.groupBgopt#bgopt-default(name='defaultBackground', type='text', size='20', maxlength='300', placeholder='None')
input.inputGroup.groupBgopt#bgopt-default(name='defaultBackground', type='text', size='20', maxlength='300', placeholder='None')
|  
a.backgroundInputSave.hide(href='#' onclick='return false;')
i.fas.fa-save.fa-sm
Expand All @@ -28,9 +28,9 @@ block content
small
div.coordinateNotice Find coordinates by right-clicking a location in Google Maps
| Latitude: 
input.input-group#loc-latitude(name='locationLatitude', type='text', size='12', maxlength='24', placeholder='Automatic')
input.inputGroup#loc-latitude(name='locationLatitude', type='text', size='12', maxlength='24', placeholder='Automatic')
|  Longitude: 
input.input-group#loc-longitude(name='locationLongitude', type='text', size='12', maxlength='24', placeholder='Automatic')
input.inputGroup#loc-longitude(name='locationLongitude', type='text', size='12', maxlength='24', placeholder='Automatic')
|  
a.locationInputSave.hide(href='#' onclick='return false;')
i.fas.fa-save.fa-sm
Expand Down

0 comments on commit 9603193

Please sign in to comment.