Make rm_button_bar wrap

043e3bfc50d0488b7c8f5f0f7d530b496bc07c8e

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

1 files changed, +3 -3Showing whitespace changes
public/style.css+3 -3
@@ -2832,10 +2832,11 @@ input[type="file"] {
28322832 display: flex;
28332833 gap: 5px;
28342834 align-items: center;
2835+ flex-wrap: wrap;
28352836}
28362837
28372838#rm_button_bar .menu_button {
28382839 width: calc(var(--mainFontSize) * 1.87);
28392840 aspect-ratio: 1;
28402841 margin: 0;
28412842}
@@ -3105,7 +3106,7 @@ select option:not(:checked) {
31053106 flex: 1;
31063107 border-radius: 5px;
31073108 margin: 0;
31083109 paddingmin-width: 4px 5px75px;
31093110}
31103111
31113112#character_search_bar {
@@ -3113,7 +3114,6 @@ select option:not(:checked) {
31133114}
31143115
31153116#rm_button_search {
3116- align-self: center;
31173117 font-size: 1.1em;
31183118 margin: 0 2px;
31193119}