FIX: mobile topic-timer adjustments

This commit is contained in:
Joe 2018-07-04 19:23:09 +08:00 committed by GitHub
parent b02b44c966
commit d8e51095c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 1 deletions

View File

@ -20,4 +20,4 @@
</button> </button>
{{/if}} {{/if}}
{{d-icon caretIcon class="caret-icon"}} {{d-icon caretIcon class="caret-icon fa-fw"}}

View File

@ -55,3 +55,31 @@
} }
} }
} }
// mobile styles
.mobile-view .edit-topic-timer-modal {
.control-group {
display: flex;
align-items: center;
> .d-icon {
margin-right: 5px;
}
}
.select-kit.combo-box {
flex: 1;
}
.future-date-input-selector-header .btn-clear {
display: none;
}
.modal-body {
overflow: visible !important; /* inline styles from JS */
}
.pika-single {
position: absolute !important; /* inline styles from JS */
}
}