Make rm_button_bar wrap
| @@ -2832,10 +2832,11 @@ input[type="file"] { | ||
| 2832 | 2832 | display: flex; |
| 2833 | 2833 | gap: 5px; |
| 2834 | 2834 | align-items: center; |
| 2835 | + flex-wrap: wrap; | |
| 2835 | 2836 | } |
| 2836 | 2837 | |
| 2837 | 2838 | #rm_button_bar .menu_button { |
| 2838 | 2839 | width: calc(var(--mainFontSize) * 1.87); |
| 2839 | 2840 | aspect-ratio: 1; |
| 2840 | 2841 | margin: 0; |
| 2841 | 2842 | } |
| @@ -3105,7 +3106,7 @@ select option:not(:checked) { | ||
| 3105 | 3106 | flex: 1; |
| 3106 | 3107 | border-radius: 5px; |
| 3107 | 3108 | margin: 0; |
| 3108 | 3109 | paddingmin-width: 4px 5px75px; |
| 3109 | 3110 | } |
| 3110 | 3111 | |
| 3111 | 3112 | #character_search_bar { |
| @@ -3113,7 +3114,6 @@ select option:not(:checked) { | ||
| 3113 | 3114 | } |
| 3114 | 3115 | |
| 3115 | 3116 | #rm_button_search { |
| 3116 | - align-self: center; | |
| 3117 | 3117 | font-size: 1.1em; |
| 3118 | 3118 | margin: 0 2px; |
| 3119 | 3119 | } |