fix: window button layout
This commit is contained in:
parent
54bfd09fdd
commit
1dea08ba8c
|
|
@ -73,6 +73,7 @@
|
||||||
}
|
}
|
||||||
.footer-container {
|
.footer-container {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
gap: 8px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
|
|
@ -107,7 +107,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="footer-container"
|
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"
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||||
>
|
>
|
||||||
<button id="refresh" data-l10n-id="refresh"></button>
|
<button id="refresh" data-l10n-id="refresh"></button>
|
||||||
|
|
|
||||||
|
|
@ -173,7 +173,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="footer-container"
|
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"
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||||
>
|
>
|
||||||
<button id="create" data-l10n-id="create"></button>
|
<button id="create" data-l10n-id="create"></button>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue