Updates social icons editor side css
This commit is contained in:
parent
f25017a3ad
commit
2fb90bfbd7
|
@ -116,6 +116,13 @@
|
|||
margin-bottom: initial;
|
||||
}
|
||||
|
||||
/* Social Icons do not have all that padding */
|
||||
.wp-block-social-link {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
|
||||
/* Columns */
|
||||
.wp-block-columns>.editor-inner-blocks >.editor-block-list__layout> [data-type="core/column"]:not(:last-child),
|
||||
.wp-block-columns>.block-editor-inner-blocks >.block-editor-block-list__layout> [data-type="core/column"]:not(:last-child) {
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
/* Tainacan Interface does not force a margin between block elements */
|
||||
/* Post title */
|
||||
/* Resize containers also shouldn't add a margin */
|
||||
/* Social Icons do not have all that padding */
|
||||
/* Columns */
|
||||
/* Heading */
|
||||
/* Links */
|
||||
|
@ -169,6 +170,10 @@
|
|||
.edit-post-visual-editor.editor-styles-wrapper .block-library-spacer__resize-container,
|
||||
.components-modal__screen-overlay .block-library-spacer__resize-container {
|
||||
margin-bottom: initial; }
|
||||
.edit-post-visual-editor.editor-styles-wrapper .wp-block-social-link,
|
||||
.components-modal__screen-overlay .wp-block-social-link {
|
||||
padding-left: 0;
|
||||
padding-right: 0; }
|
||||
.edit-post-visual-editor.editor-styles-wrapper .wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"]:not(:last-child),
|
||||
.edit-post-visual-editor.editor-styles-wrapper .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"]:not(:last-child),
|
||||
.components-modal__screen-overlay .wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"]:not(:last-child),
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue