diff --git a/src/puter-js/src/modules/PuterDialog.js b/src/puter-js/src/modules/PuterDialog.js index 5fbfc19c8..4613078fc 100644 --- a/src/puter-js/src/modules/PuterDialog.js +++ b/src/puter-js/src/modules/PuterDialog.js @@ -330,6 +330,10 @@ class PuterDialog extends (globalThis.HTMLElement || Object) { // It will fall b margin:0 !important; margin-bottom: 10px !important; } + + dialog .buttons{ + margin-bottom: 20px; + } } .error-container h1 { color: #e74c3c; @@ -413,10 +417,6 @@ class PuterDialog extends (globalThis.HTMLElement || Object) { // It will fall b .error-container h1 { color: #ff7466; } - - dialog .buttons{ - margin-bottom: 20px; - } } `; // Error message for unsupported protocol