Remove mobile column-reverse for dialog buttons

This commit is contained in:
Nariman Jelveh
2026-05-16 16:42:27 -07:00
parent f2093e9204
commit f2f023880f
+1 -4
View File
@@ -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;
}