From 6be9a25e89fa543e3d81f4405300b4f8de1da1de Mon Sep 17 00:00:00 2001 From: Azareal Date: Wed, 27 May 2020 06:26:15 +1000 Subject: [PATCH] fix topic create form not appearing on cosora --- themes/cosora/public/main.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/themes/cosora/public/main.css b/themes/cosora/public/main.css index 5e605081..072184c8 100644 --- a/themes/cosora/public/main.css +++ b/themes/cosora/public/main.css @@ -433,6 +433,14 @@ h1, h2, h3, h4, h5 { display: none; } +.auto_hide, +.show_on_edit:not(.edit_opened), +.hide_on_edit.edit_opened, +.show_on_block_edit:not(.edit_opened), +.hide_on_block_edit.edit_opened, +.link_select:not(.link_opened) { + display: none !important; +} .topic_create_form { display: flex !important; padding-bottom: 12px; @@ -539,14 +547,6 @@ input[type=checkbox]:checked + label .sel { .pollinput:not(:only-child):not(:first-child) { margin-bottom: 5px; } -.auto_hide, -.show_on_edit:not(.edit_opened), -.hide_on_edit.edit_opened, -.show_on_block_edit:not(.edit_opened), -.hide_on_block_edit.edit_opened, -.link_select:not(.link_opened) { - display: none !important; -} input[type=checkbox] + label.poll_option_label { width: 18px;