DEV: remove :has selector from composer (#25233)

This commit is contained in:
Kris 2024-01-11 19:15:37 -05:00 committed by GitHub
parent 8838d27754
commit 52511a3260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,12 +21,10 @@ html.composer-open {
max-width: 740px; max-width: 740px;
} }
&:has(.with-form-template) { .with-form-template {
max-width: 740px;
.toggle-preview, .toggle-preview,
.submit-panel .mobile-preview, #mobile-file-upload,
.submit-panel .mobile-file-upload:not(.hidden) { .submit-panel .mobile-preview {
display: none; display: none;
} }
.d-editor-preview-wrapper { .d-editor-preview-wrapper {