0
0

Post modal max-width: 520px -> 750px

This commit is contained in:
caipira113 2024-08-19 19:12:17 +09:00
parent ccb1883e3e
commit 1a44c33340
No known key found for this signature in database

View File

@ -1055,7 +1055,7 @@ defineExpose({
&.modal {
width: 100%;
max-width: 520px;
max-width: 750px;
}
}