Fix: apply right spacing to file wrapper block

7125ddc0c3c6c5aceca8a60b37712bc3703a91b1

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

1 files changed, +1 -0Ignore whitespace
public/css/file-form.css+1 -0
@@ -33,6 +33,7 @@
3333 display: flex;
3434 flex-direction: column;
3535 gap: 0.5em;
36+ padding-right: var(--mes-right-spacing);
3637}
3738
3839.mes_file_container .right_menu_button {