23 lines
453 B
CSS
23 lines
453 B
CSS
#menu-posts {
|
|
border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
|
|
}
|
|
|
|
.block-editor-block-inspector {
|
|
.block-editor-link-control,
|
|
.block-editor-url-input {
|
|
min-width: unset !important;
|
|
}
|
|
}
|
|
|
|
.editor-header__settings a:after {
|
|
@apply !hidden;
|
|
}
|
|
.interface-navigable-region,
|
|
.edit-post-header,
|
|
.editor-header__settings,
|
|
.interface-interface-skeleton__header {
|
|
a[target='_blank']:after {
|
|
content: none;
|
|
}
|
|
}
|