make stickers sized correctly

This commit is contained in:
MathMan05 2025-04-11 14:28:15 -05:00
parent f7faffb938
commit 7b30e202e6

View file

@ -2441,8 +2441,8 @@ fieldset input[type="radio"] {
max-height: 2.5in; max-height: 2.5in;
} }
.sticker { .sticker {
max-width: 2.5in; max-width: 4in;
max-height: 2.5in; height: 2in;
} }
.optionElement, .optionElement,
.FormSettings > button { .FormSettings > button {