UX: hides local-date picker when used outside of main composer

This commit is contained in:
Joffrey JAFFEUX 2020-02-25 00:17:43 +01:00 committed by GitHub
parent bd49368942
commit e303b4d181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -146,6 +146,9 @@
height: 100%;
min-height: 10em;
}
.local-dates.btn {
display: none;
}
.d-editor-container {
display: block;
}