Selaa lähdekoodia

Merge pull request #143 from TheFeelTrain/patch-3

Fix settings getting cutoff in client settings modal
Ian Walton 3 vuotta sitten
vanhempi
commit
bd94efe3c0
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      native/nativeshell.js

+ 1 - 0
native/nativeshell.js

@@ -165,6 +165,7 @@ async function showSettingsModal() {
     const modalContents = document.createElement("div");
     modalContents.className = "formDialogContent smoothScrollY";
     modalContents.style.paddingTop = "2em";
+    modalContents.style.marginBottom = "6.2em";
     modalContainer2.appendChild(modalContents);
     
     for (let section of settings) {