fix blog post editor having wide width
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2024-03-31 17:34:06 +05:00
parent 1896f78a9f
commit e154870778
1 changed files with 6 additions and 0 deletions

View File

@ -70,4 +70,10 @@
*/
ul.is-style-arrow-list {
list-style-image: url('https://beta.autonomic.zone/wp-content/uploads/2023/01/arrow.png');
}
/* HACK: fixing stretched out post width in editor */
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.editor-styles-wrapper .editor-editor-canvas__post-title-wrapper > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
max-width: 800px;
}