commit cf504038a4fe42ae8c649569393e9fa26b55b130
parent 7f2b215a2a5910d03a15bd83d0021a8e862d14e3
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Thu, 5 Jan 2023 19:36:31 -0800
larger text box
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: 500px;
+ width: 650px;
}
.wrapper input, .wrapper textarea {
box-sizing: border-box;
@@ -23,7 +23,7 @@
float: left;
padding-right: 10px;
padding-left: 10px;
- width: 421px;
+ width: 571px;
height: 22px;
color: #fff;
box-shadow:0 0 0 black;