diff --git a/public/css/mobile-styles.css b/public/css/mobile-styles.css index d62534876..ebcd5eda2 100644 --- a/public/css/mobile-styles.css +++ b/public/css/mobile-styles.css @@ -1,5 +1,9 @@ /*will apply to anything 1000px or less. this catches ipads, horizontal phones, and vertical phones)*/ @media screen and (max-width: 1000px) { + #send_form.compact #leftSendForm, #send_form.compact #rightSendForm { + flex-wrap: nowrap; + width: unset; + } .bg_button { font-size: 15px; diff --git a/public/index.html b/public/index.html index b0d21d081..7456a65b5 100644 --- a/public/index.html +++ b/public/index.html @@ -2972,6 +2972,10 @@ Message Token Count +