fix: window button layout

This commit is contained in:
windingwind 2024-08-23 18:43:43 +08:00
parent 54bfd09fdd
commit 1dea08ba8c
3 changed files with 3 additions and 2 deletions

View File

@ -73,6 +73,7 @@
}
.footer-container {
padding: 5px;
gap: 8px;
margin: 0;
height: 60px;
width: 100%;

View File

@ -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>

View File

@ -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>