Fix: apply right spacing to file wrapper block
| @@ -33,6 +33,7 @@ | ||
| 33 | 33 | display: flex; |
| 34 | 34 | flex-direction: column; |
| 35 | 35 | gap: 0.5em; |
| 36 | + padding-right: var(--mes-right-spacing); | |
| 36 | 37 | } |
| 37 | 38 | |
| 38 | 39 | .mes_file_container .right_menu_button { |
| @@ -33,6 +33,7 @@ | ||
| 33 | 33 | display: flex; |
| 34 | 34 | flex-direction: column; |
| 35 | 35 | gap: 0.5em; |
| 36 | + padding-right: var(--mes-right-spacing); | |
| 36 | 37 | } |
| 37 | 38 | |
| 38 | 39 | .mes_file_container .right_menu_button { |