Skip to content

Commit

Permalink
fix: window button layout
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Aug 23, 2024
1 parent 54bfd09 commit 1dea08b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions addon/chrome/content/syncDiff.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
}
.footer-container {
padding: 5px;
gap: 8px;
margin: 0;
height: 60px;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion addon/chrome/content/syncManager.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
</div>
<div
class="footer-container"
style="justify-content: flex-start; padding: 10px"
style="justify-content: flex-start; padding: 10px; gap: 8px;"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
>
<button id="refresh" data-l10n-id="refresh"></button>
Expand Down
2 changes: 1 addition & 1 deletion addon/chrome/content/templateEditor.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
</div>
<div
class="footer-container"
style="justify-content: flex-start; padding: 10px"
style="justify-content: flex-start; padding: 10px; gap: 8px;"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
>
<button id="create" data-l10n-id="create"></button>
Expand Down

0 comments on commit 1dea08b

Please sign in to comment.