From 73ecff0bd772b34e61f27871dc70980f7e6d8ca4 Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Sat, 16 May 2026 16:50:31 -0700 Subject: [PATCH] Tweak PuterDialog spacing and button widths --- src/puter-js/src/modules/PuterDialog.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/puter-js/src/modules/PuterDialog.js b/src/puter-js/src/modules/PuterDialog.js index b057c2f4d..335780294 100644 --- a/src/puter-js/src/modules/PuterDialog.js +++ b/src/puter-js/src/modules/PuterDialog.js @@ -115,7 +115,6 @@ class PuterDialog extends (globalThis.HTMLElement || Object) { // It will fall b flex-wrap: wrap; margin-top: 20px; text-align: center; - margin-bottom: 20px; flex-direction: column; } @@ -297,16 +296,18 @@ class PuterDialog extends (globalThis.HTMLElement || Object) { // It will fall b } #launch-auth-popup{ - width: 200px; + width: 220px; font-weight: 500; font-size: 15px; + max-width: 250px; } dialog .button-auth{ margin-bottom: 10px; } dialog .button-auth-cancel{ background: none !important; - width:200px; + width: 220px; + max-width: 250px; } dialog a, dialog a:visited{ color: rgb(0 0 0);