Merge branch 'release' into staging

917c6f25bdc790bad30a6788b71a56252c52c142

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +3 -2Ignore whitespace
public/style.css+3 -2
@@ -3245,8 +3245,9 @@ grammarly-extension {
3245}3245}
32463246
3247.wide_dialogue_popup {3247.wide_dialogue_popup {
3248 aspect-ratio: 1 / 1;3248 /* FIXME: Chrome 129 broke max-height for aspect-ratio sized elements */
3249 width: unset !important;3249 /* aspect-ratio: 1 / 1; */
3250 /* width: unset !important; */
3250 min-width: var(--sheldWidth);3251 min-width: var(--sheldWidth);
3251}3252}
32523253