Improve UI

This commit is contained in:
DanyLE
2022-12-16 21:17:20 +01:00
parent 98b3f7c8c9
commit df746c7d69
3 changed files with 4 additions and 3 deletions

View File

@ -16,7 +16,7 @@
<afx-vbox data-id = "container">
<afx-hbox data-height = "35" data-id="app-header">
<afx-button data-id = "appname" iconclass = "bi bi-backspace-fill"></afx-button>
<div style = "display: flex;justify-content: end;">
<div style = "display: flex;justify-content: flex-end;">
<afx-button data-id = "bt-remove" text = "__(Uninstall)" iconclass = "bi bi-trash-fill"></afx-button>
<afx-button data-id = "bt-exec" text = "__(Launch)" iconclass = "fa fa-cog"></afx-button>
<afx-button data-id = "bt-install" text = "__(Install)" iconclass = "bi bi-cloud-download-fill" ></afx-button>