From 9b9026b12e7464f05d0409bb20ee8882b78a4f61 Mon Sep 17 00:00:00 2001
From: Cohee <18619528+Cohee1207@users.noreply.github.com>
Date: Sat, 16 Dec 2023 01:35:28 +0200
Subject: [PATCH] Add toggle for compact input area (mobile)
---
public/css/mobile-styles.css | 4 ++++
public/index.html | 4 ++++
public/scripts/power-user.js | 28 ++++++++++++++++++++++++++++
3 files changed, 36 insertions(+)
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
+