Change version text to button, move config button to opposing corner

This commit is contained in:
CakeLancelot
2024-09-23 18:12:42 -05:00
parent 4503c9268e
commit 19e036ddf9
3 changed files with 34 additions and 22 deletions

View File

@@ -59,12 +59,18 @@ body {
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#of-versionnumberdiv {
#of-about-button-div {
position: fixed;
bottom: 4px;
right: 8px;
}
#of-config-button-div {
position: fixed;
bottom: 4px;
left: 8px;
}
.btn-primary {
background-image: url("../../assets/img/btn-primary-bg.png");
background-repeat: repeat;

View File

@@ -78,7 +78,6 @@ function getAppVersion() {
function setAppVersionText() {
$("#of-aboutversionnumber").text("Version " + getAppVersion());
$("#of-versionnumber").text("v" + getAppVersion());
}
function validateServerSave(modalName) {