From 4915c618e65ae0cc9a311703102114bee2098a7e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 1 Dec 2020 22:14:14 +0000 Subject: [PATCH] Width of hashtag category --- epicyon-profile.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/epicyon-profile.css b/epicyon-profile.css index 94309a067..497389fdb 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -1431,6 +1431,9 @@ div.container { background-color: var(--main-bg-color-reply); color: var(--main-fg-color); } + input[type=text], hashtagCategory { + width: 20ch; + } input[type=button], input[type=submit] { background-color: var(--button-background); color: var(--button-text); @@ -2063,6 +2066,9 @@ div.container { background-color: var(--main-bg-color-reply); color: var(--main-fg-color); } + input[type=text], hashtagCategory { + width: 20ch; + } input[type=button], input[type=submit] { background-color: var(--button-background); color: var(--button-text);