fix topic create form not appearing on cosora

This commit is contained in:
Azareal 2020-05-27 06:26:15 +10:00
parent 07d478179d
commit 6be9a25e89
1 changed files with 8 additions and 8 deletions

View File

@ -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;