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 @@
33 display: flex;33 display: flex;
34 flex-direction: column;34 flex-direction: column;
35 gap: 0.5em;35 gap: 0.5em;
36 padding-right: var(--mes-right-spacing);
36}37}
3738
38.mes_file_container .right_menu_button {39.mes_file_container .right_menu_button {