From 41e7228a9ff57b7ce15714639f511eaec4a586a3 Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Sat, 16 May 2026 17:01:40 -0700 Subject: [PATCH] Update PuterDialog.js --- src/puter-js/src/modules/PuterDialog.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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