Skip to content

Commit

Permalink
Fix button layout
Browse files Browse the repository at this point in the history
  • Loading branch information
corbindavenport committed May 15, 2022
1 parent fb69dcb commit a7a4757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<body>
<div class="container-fluid">
<button type="button" id="shortcut-btn" class="btn btn-sm btn-primary w-100 mb-2">Edit keyboard shortcut</button>
<button type="button" id="shortcut-btn" class="btn btn-sm btn-primary w-100 mb-2 mt-1">Edit keyboard shortcut</button>
<hr>
<p>If you find Picture-in-Picture Shortcut useful, please donate to support continued development. It would mean a lot!</p>
<div class="row mb-3">
Expand Down

0 comments on commit a7a4757

Please sign in to comment.