From e183c883411e74aeb903014fc95f9e1b86bfb601 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 1 Dec 2020 22:49:53 +0000 Subject: [PATCH] Back to full width --- epicyon-profile.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 497389fd..94309a06 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -1431,9 +1431,6 @@ 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); @@ -2066,9 +2063,6 @@ 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);