Fix: apply right spacing to file wrapper block
| @@ -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 | } |
| 37 | 38 | ||
| 38 | .mes_file_container .right_menu_button { | 39 | .mes_file_container .right_menu_button { |