commit 94f0d7e70793c45e71d8aa98936cc1676c7656ae
parent cf504038a4fe42ae8c649569393e9fa26b55b130
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Thu, 5 Jan 2023 19:41:04 -0800
Revert "larger text box"
This reverts commit cf504038a4fe42ae8c649569393e9fa26b55b130.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkg/web/public/views/pages/chat-top-bar.gohtml b/pkg/web/public/views/pages/chat-top-bar.gohtml
@@ -12,7 +12,7 @@
a:hover { color: #007053; text-decoration: underline; }
.wrapper {
position: relative;
- width: 650px;
+ width: 500px;
}
.wrapper input, .wrapper textarea {
box-sizing: border-box;
@@ -23,7 +23,7 @@
float: left;
padding-right: 10px;
padding-left: 10px;
- width: 571px;
+ width: 421px;
height: 22px;
color: #fff;
box-shadow:0 0 0 black;