From f2f023880f072f7aaeb0fc9c972dc7d08c9d9695 Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Sat, 16 May 2026 16:42:27 -0700 Subject: [PATCH] Remove mobile column-reverse for dialog buttons --- src/puter-js/src/modules/PuterDialog.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/puter-js/src/modules/PuterDialog.js b/src/puter-js/src/modules/PuterDialog.js index 0b0d5eb98..b057c2f4d 100644 --- a/src/puter-js/src/modules/PuterDialog.js +++ b/src/puter-js/src/modules/PuterDialog.js @@ -316,13 +316,10 @@ class PuterDialog extends (globalThis.HTMLElement || Object) { // It will fall b text-decoration: underline; } - @media (max-width:480px) { + @media (max-width:480px) { .puter-dialog-content{ padding: 50px 20px; } - dialog .buttons{ - flex-direction: column-reverse; - } dialog p.about{ padding: 10px 0; }