Fix support modal width

This commit is contained in:
Will Miao
2025-03-22 04:36:34 +08:00
parent 30e9e7168f
commit bb3d73b87c

View File

@@ -1,6 +1,6 @@
/* Support Modal Styles */ /* Support Modal Styles */
.support-modal { .support-modal {
max-width: 550px; max-width: 570px;
} }
.support-header { .support-header {