From 4ab0abe271f6c1baf1289e7ee5db61827a05d423 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 4 Nov 2020 13:19:06 +0000 Subject: [PATCH] New post dropdown icon width --- epicyon-profile.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/epicyon-profile.css b/epicyon-profile.css index bcc8ee22d..83b5e45ec 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -717,6 +717,10 @@ input[type=submit]:hover { position: relative; } +.newPostDropdown img { + width: 70px; +} + .newPostDropdown > input[type="checkbox"] { position: absolute; left: -100vw;