fix: window button layout
This commit is contained in:
parent
54bfd09fdd
commit
1dea08ba8c
|
|
@ -73,6 +73,7 @@
|
|||
}
|
||||
.footer-container {
|
||||
padding: 5px;
|
||||
gap: 8px;
|
||||
margin: 0;
|
||||
height: 60px;
|
||||
width: 100%;
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue