plugin updates
This commit is contained in:
294
wp/wp-includes/css/dist/editor/style.css
vendored
294
wp/wp-includes/css/dist/editor/style.css
vendored
@@ -89,7 +89,7 @@
|
||||
top:0;
|
||||
}
|
||||
}
|
||||
.interface-complementary-area p:not(.components-base-control__help){
|
||||
.interface-complementary-area p:not(.components-base-control__help,.components-form-token-field__help){
|
||||
margin-top:0;
|
||||
}
|
||||
.interface-complementary-area h2{
|
||||
@@ -258,7 +258,7 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.interface-interface-skeleton__sidebar{
|
||||
box-shadow:-1px 1px 0 0 rgba(0,0,0,.133);
|
||||
box-shadow:-1px 0 0 0 rgba(0,0,0,.133);
|
||||
outline:1px solid #0000;
|
||||
}
|
||||
}
|
||||
@@ -269,7 +269,7 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.interface-interface-skeleton__secondary-sidebar{
|
||||
box-shadow:1px 1px 0 0 rgba(0,0,0,.133);
|
||||
box-shadow:1px 0 0 0 rgba(0,0,0,.133);
|
||||
outline:1px solid #0000;
|
||||
}
|
||||
}
|
||||
@@ -531,18 +531,9 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
display:none;
|
||||
}
|
||||
|
||||
.editor-collapsible-block-toolbar__toggle{
|
||||
margin-left:2px;
|
||||
}
|
||||
|
||||
.editor-create-template-part-modal{
|
||||
z-index:1000001;
|
||||
}
|
||||
@media (min-width:600px){
|
||||
.editor-create-template-part-modal .components-modal__frame{
|
||||
max-width:500px;
|
||||
}
|
||||
}
|
||||
|
||||
.editor-create-template-part-modal__area-radio-group{
|
||||
border:1px solid #757575;
|
||||
@@ -609,7 +600,7 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
height:32px;
|
||||
justify-content:space-between;
|
||||
min-width:0;
|
||||
width:min(100%, 416px);
|
||||
width:min(100%, 450px);
|
||||
}
|
||||
.editor-document-bar:hover{
|
||||
background-color:#e0e0e0;
|
||||
@@ -627,9 +618,9 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
.editor-document-bar .components-button:hover{
|
||||
background:#e0e0e0;
|
||||
}
|
||||
@media (min-width:960px){
|
||||
.editor-document-bar{
|
||||
width:min(100%, 450px);
|
||||
@media screen and (min-width:782px) and (max-width:960px){
|
||||
.editor-document-bar.has-back-button .editor-document-bar__post-type-label{
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -640,12 +631,9 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
}
|
||||
|
||||
.editor-document-bar__title{
|
||||
align-items:center;
|
||||
color:#1e1e1e;
|
||||
display:flex;
|
||||
flex-grow:1;
|
||||
gap:4px;
|
||||
justify-content:center;
|
||||
margin:0 auto;
|
||||
max-width:70%;
|
||||
overflow:hidden;
|
||||
}
|
||||
@media (min-width:782px){
|
||||
@@ -653,19 +641,34 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
padding-left:24px;
|
||||
}
|
||||
}
|
||||
.editor-document-bar.is-global .editor-document-bar__title{
|
||||
color:var(--wp-block-synced-color);
|
||||
}
|
||||
.editor-document-bar__title .block-editor-block-icon{
|
||||
flex-shrink:0;
|
||||
min-width:24px;
|
||||
}
|
||||
.editor-document-bar__title h1{
|
||||
align-items:center;
|
||||
display:flex;
|
||||
font-weight:400;
|
||||
justify-content:center;
|
||||
overflow:hidden;
|
||||
white-space:nowrap;
|
||||
}
|
||||
|
||||
.editor-document-bar__post-title{
|
||||
color:currentColor;
|
||||
max-width:70%;
|
||||
flex:1;
|
||||
overflow:hidden;
|
||||
text-overflow:ellipsis;
|
||||
white-space:nowrap;
|
||||
}
|
||||
.editor-document-bar.is-global .editor-document-bar__post-title{
|
||||
color:var(--wp-block-synced-color);
|
||||
}
|
||||
|
||||
.editor-document-bar__post-type-label{
|
||||
color:#2f2f2f;
|
||||
flex:0;
|
||||
padding-left:4px;
|
||||
}
|
||||
@media screen and (max-width:600px){
|
||||
.editor-document-bar__post-type-label{
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
|
||||
.editor-document-bar__shortcut{
|
||||
@@ -830,8 +833,9 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
align-items:center;
|
||||
display:inline-flex;
|
||||
gap:8px;
|
||||
margin-right:8px;
|
||||
padding-left:16px;
|
||||
}
|
||||
.editor-document-tools__left:not(:last-child){
|
||||
margin-inline-end:8px;
|
||||
}
|
||||
|
||||
.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.has-icon{
|
||||
@@ -884,8 +888,8 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
border-bottom:1px solid #ddd;
|
||||
box-sizing:border-box;
|
||||
height:60px;
|
||||
padding-left:8px;
|
||||
padding-right:8px;
|
||||
padding-left:16px;
|
||||
padding-right:16px;
|
||||
}
|
||||
|
||||
.entities-saved-states__text-prompt{
|
||||
@@ -911,7 +915,7 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
}
|
||||
|
||||
.editor-error-boundary{
|
||||
box-shadow:0 .7px 1px #00000026,0 2.7px 3.8px -.2px #00000026,0 5.5px 7.8px -.3px #00000026,.1px 11.5px 16.4px -.5px #00000026;
|
||||
box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;
|
||||
margin:60px auto auto;
|
||||
max-width:780px;
|
||||
padding:20px;
|
||||
@@ -920,12 +924,26 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
.editor-header{
|
||||
align-items:center;
|
||||
background:#fff;
|
||||
display:flex;
|
||||
flex-wrap:wrap;
|
||||
display:grid;
|
||||
grid-auto-flow:row;
|
||||
grid-template:auto/60px minmax(0, max-content) minmax(min-content, 1fr) 60px;
|
||||
height:60px;
|
||||
justify-content:space-between;
|
||||
max-width:100vw;
|
||||
}
|
||||
.editor-header:has(>.editor-header__center){
|
||||
grid-template:auto/60px min-content 1fr min-content 60px;
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.editor-header:has(>.editor-header__center){
|
||||
grid-template:auto/60px minmax(min-content, 1fr) 2fr minmax(min-content, 1fr) 60px;
|
||||
}
|
||||
}
|
||||
@media (min-width:480px){
|
||||
.editor-header{
|
||||
gap:16px;
|
||||
}
|
||||
}
|
||||
@media (min-width:280px){
|
||||
.editor-header{
|
||||
flex-wrap:nowrap;
|
||||
@@ -934,15 +952,23 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
|
||||
.editor-header__toolbar{
|
||||
align-items:center;
|
||||
clip-path:inset(-2px);
|
||||
display:flex;
|
||||
flex-grow:3;
|
||||
flex-shrink:8;
|
||||
overflow:hidden;
|
||||
padding:2px 0;
|
||||
grid-column:1 / 3;
|
||||
min-width:0;
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.editor-header__toolbar>:first-child{
|
||||
margin-inline:16px 0;
|
||||
}
|
||||
.editor-header__back-button+.editor-header__toolbar{
|
||||
grid-column:2 / 3;
|
||||
}
|
||||
@media (min-width:480px){
|
||||
.editor-header__back-button+.editor-header__toolbar>:first-child{
|
||||
margin-inline:0;
|
||||
}
|
||||
.editor-header__toolbar{
|
||||
padding-right:var(--wp-admin-border-width-focus);
|
||||
clip-path:none;
|
||||
}
|
||||
}
|
||||
.editor-header__toolbar .table-of-contents{
|
||||
@@ -953,23 +979,38 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
display:block;
|
||||
}
|
||||
}
|
||||
.editor-header__toolbar .editor-collapsible-block-toolbar,.editor-header__toolbar .editor-collapsible-block-toolbar.is-collapsed~.editor-collapsible-block-toolbar__toggle{
|
||||
margin-inline:8px 0;
|
||||
}
|
||||
|
||||
.editor-header__center{
|
||||
align-items:center;
|
||||
clip-path:inset(-2px);
|
||||
display:flex;
|
||||
flex-grow:1;
|
||||
grid-column:3 / 4;
|
||||
justify-content:center;
|
||||
min-width:0;
|
||||
}
|
||||
.editor-header__center.is-collapsed{
|
||||
display:none;
|
||||
@media (max-width:479px){
|
||||
.editor-header__center>:first-child{
|
||||
margin-inline-start:8px;
|
||||
}
|
||||
.editor-header__center>:last-child{
|
||||
margin-inline-end:8px;
|
||||
}
|
||||
}
|
||||
.editor-header__settings{
|
||||
align-items:center;
|
||||
display:inline-flex;
|
||||
flex-wrap:nowrap;
|
||||
gap:8px;
|
||||
grid-column:3 / -1;
|
||||
justify-self:end;
|
||||
padding-right:4px;
|
||||
}
|
||||
.editor-header:has(>.editor-header__center) .editor-header__settings{
|
||||
grid-column:4 / -1;
|
||||
}
|
||||
@media (min-width:600px){
|
||||
.editor-header__settings{
|
||||
padding-right:8px;
|
||||
@@ -983,6 +1024,7 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
}
|
||||
.show-icon-labels .editor-header .components-button.has-icon:after,.show-icon-labels.interface-pinned-items .components-button.has-icon:after{
|
||||
content:attr(aria-label);
|
||||
white-space:nowrap;
|
||||
}
|
||||
.show-icon-labels .editor-header .components-button.has-icon[aria-disabled=true],.show-icon-labels.interface-pinned-items .components-button.has-icon[aria-disabled=true]{
|
||||
background-color:initial;
|
||||
@@ -1054,7 +1096,7 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
margin-right:8px;
|
||||
}
|
||||
|
||||
@media (min-width:600px){
|
||||
@media (min-width:480px){
|
||||
.editor-header__post-preview-button{
|
||||
display:none;
|
||||
}
|
||||
@@ -1065,10 +1107,14 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
}
|
||||
.editor-editor-interface.is-distraction-free .editor-header{
|
||||
background-color:#fff;
|
||||
border-bottom:1px solid #e0e0e0;
|
||||
position:absolute;
|
||||
width:100%;
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.editor-editor-interface.is-distraction-free .editor-header{
|
||||
box-shadow:0 1px 0 0 rgba(0,0,0,.133);
|
||||
position:absolute;
|
||||
}
|
||||
}
|
||||
.editor-editor-interface.is-distraction-free .editor-header>.edit-post-header__settings>.edit-post-header__post-preview-button{
|
||||
visibility:hidden;
|
||||
}
|
||||
@@ -1101,12 +1147,7 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
}
|
||||
|
||||
.editor-inserter-sidebar__content{
|
||||
height:calc(100% - 44px);
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.editor-inserter-sidebar__content{
|
||||
height:100%;
|
||||
}
|
||||
height:100%;
|
||||
}
|
||||
|
||||
.editor-keyboard-shortcut-help-modal__section{
|
||||
@@ -1136,7 +1177,6 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
}
|
||||
.editor-keyboard-shortcut-help-modal__shortcut-description{
|
||||
flex:1;
|
||||
flex-basis:auto;
|
||||
margin:0;
|
||||
}
|
||||
.editor-keyboard-shortcut-help-modal__shortcut-key-combination{
|
||||
@@ -1158,8 +1198,6 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
}
|
||||
|
||||
.editor-list-view-sidebar{
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
height:100%;
|
||||
}
|
||||
@media (min-width:782px){
|
||||
@@ -1167,30 +1205,6 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
width:350px;
|
||||
}
|
||||
}
|
||||
.editor-list-view-sidebar .editor-list-view-sidebar__header{
|
||||
border-bottom:1px solid #ddd;
|
||||
display:flex;
|
||||
}
|
||||
.editor-list-view-sidebar .editor-list-view-sidebar__close-button{
|
||||
align-self:center;
|
||||
background:#fff;
|
||||
margin-right:12px;
|
||||
order:1;
|
||||
}
|
||||
|
||||
.editor-list-view-sidebar__tabs-tablist{
|
||||
box-sizing:border-box;
|
||||
flex-grow:1;
|
||||
}
|
||||
|
||||
.editor-list-view-sidebar__tabs-tab{
|
||||
margin-bottom:-1px;
|
||||
width:50%;
|
||||
}
|
||||
|
||||
.editor-list-view-sidebar__tabs-tabpanel{
|
||||
height:calc(100% - 47px);
|
||||
}
|
||||
|
||||
.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{
|
||||
height:100%;
|
||||
@@ -1317,6 +1331,9 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
.editor-post-card-panel__icon.is-sync{
|
||||
fill:var(--wp-block-synced-color);
|
||||
}
|
||||
.editor-post-card-panel__icon.is-sync+.editor-post-card-panel__title{
|
||||
color:var(--wp-block-synced-color);
|
||||
}
|
||||
|
||||
.editor-post-card-panel__title-badge{
|
||||
background:#f0f0f0;
|
||||
@@ -1341,13 +1358,6 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
margin:8px;
|
||||
min-width:248px;
|
||||
}
|
||||
.editor-post-discussion__panel-dialog .editor-post-discussion .components-radio-control__option{
|
||||
align-items:flex-start;
|
||||
}
|
||||
.editor-post-discussion__panel-dialog .editor-post-discussion .components-radio-control__label .components-text{
|
||||
display:block;
|
||||
margin-top:4px;
|
||||
}
|
||||
|
||||
.editor-post-discussion__panel-toggle .components-text{
|
||||
color:inherit;
|
||||
@@ -1415,7 +1425,7 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
}
|
||||
|
||||
.editor-post-featured-image__preview{
|
||||
height:auto;
|
||||
height:auto !important;
|
||||
outline:1px solid #0000001a;
|
||||
}
|
||||
.editor-post-featured-image__preview .editor-post-featured-image__preview-image{
|
||||
@@ -1426,12 +1436,7 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
}
|
||||
|
||||
.editor-post-featured-image__toggle{
|
||||
border-radius:2px;
|
||||
box-shadow:inset 0 0 0 1px #ccc;
|
||||
height:100%;
|
||||
line-height:20px;
|
||||
padding:8px 0;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.editor-post-featured-image__actions{
|
||||
@@ -1465,10 +1470,6 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
min-width:248px;
|
||||
}
|
||||
|
||||
.editor-post-format__options .components-base-control__field>.components-v-stack{
|
||||
gap:12px;
|
||||
}
|
||||
|
||||
.editor-post-last-edited-panel{
|
||||
color:#757575;
|
||||
}
|
||||
@@ -1510,7 +1511,7 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
}
|
||||
|
||||
.editor-post-locked-modal__avatar{
|
||||
border-radius:2px;
|
||||
border-radius:50%;
|
||||
margin-top:16px;
|
||||
min-width:auto !important;
|
||||
}
|
||||
@@ -1531,7 +1532,7 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
line-height:20px;
|
||||
min-height:32px;
|
||||
padding:6px 0;
|
||||
width:30%;
|
||||
width:38%;
|
||||
}
|
||||
|
||||
.editor-post-panel__row-control{
|
||||
@@ -1593,6 +1594,7 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
.components-site-icon{
|
||||
border:none;
|
||||
border-radius:2px;
|
||||
flex-shrink:0;
|
||||
height:36px;
|
||||
margin-right:12px;
|
||||
width:36px;
|
||||
@@ -1607,6 +1609,7 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
color:#757575;
|
||||
display:block;
|
||||
font-size:12px;
|
||||
word-break:break-word;
|
||||
}
|
||||
|
||||
.editor-post-publish-panel__header-cancel-button,.editor-post-publish-panel__header-publish-button{
|
||||
@@ -1620,11 +1623,11 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
|
||||
.editor-post-publish-panel__header-publish-button{
|
||||
justify-content:center;
|
||||
padding-right:4px;
|
||||
padding-left:4px;
|
||||
}
|
||||
|
||||
.editor-post-publish-panel__header-cancel-button{
|
||||
padding-left:4px;
|
||||
padding-right:4px;
|
||||
}
|
||||
|
||||
.editor-post-publish-panel__header-published{
|
||||
@@ -1825,6 +1828,10 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
.editor-post-status.is-read-only{
|
||||
padding:6px 12px;
|
||||
}
|
||||
.editor-post-status .editor-post-status__toggle.editor-post-status__toggle{
|
||||
padding-bottom:4px;
|
||||
padding-top:4px;
|
||||
}
|
||||
|
||||
.editor-change-status__password-fieldset,.editor-change-status__publish-date-wrapper{
|
||||
border-top:1px solid #e0e0e0;
|
||||
@@ -1835,23 +1842,17 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
min-width:320px;
|
||||
padding:16px;
|
||||
}
|
||||
.editor-change-status__content .editor-change-status__options .components-base-control__field>.components-v-stack{
|
||||
gap:12px;
|
||||
}
|
||||
.editor-change-status__content .editor-change-status__options .components-radio-control__option{
|
||||
align-items:flex-start;
|
||||
}
|
||||
.editor-change-status__content .editor-change-status__options label .components-text{
|
||||
display:block;
|
||||
margin-top:4px;
|
||||
}
|
||||
.editor-change-status__content .editor-change-status__password-legend{
|
||||
margin-bottom:8px;
|
||||
padding:0;
|
||||
}
|
||||
.editor-change-status__content p.components-base-control__help:has(.components-checkbox-control__help){
|
||||
margin-top:4px;
|
||||
}
|
||||
|
||||
.editor-post-sticky__toggle-control{
|
||||
padding:6px 12px;
|
||||
.editor-post-sticky__checkbox-control{
|
||||
border-top:1px solid #e0e0e0;
|
||||
padding-top:16px;
|
||||
}
|
||||
|
||||
.editor-post-sync-status__value{
|
||||
@@ -1890,9 +1891,6 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
display:inline-block;
|
||||
margin-right:8px;
|
||||
}
|
||||
.editor-post-taxonomies__flat-term-most-used-list .components-button{
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
.editor-post-template__swap-template-modal{
|
||||
z-index:1000001;
|
||||
@@ -2025,6 +2023,7 @@ textarea.editor-post-text-editor:-ms-input-placeholder{
|
||||
max-width:24px;
|
||||
min-width:24px;
|
||||
padding:6px 8px;
|
||||
position:relative;
|
||||
transition:box-shadow .1s linear;
|
||||
transition:none;
|
||||
width:24px;
|
||||
@@ -2057,24 +2056,28 @@ textarea.editor-post-text-editor:-ms-input-placeholder{
|
||||
}
|
||||
@media (min-width:600px){
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]{
|
||||
height:20px;
|
||||
max-width:20px;
|
||||
min-width:20px;
|
||||
width:20px;
|
||||
height:16px;
|
||||
max-width:16px;
|
||||
min-width:16px;
|
||||
width:16px;
|
||||
}
|
||||
}
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:checked:before{
|
||||
background-color:#fff;
|
||||
border:4px solid #fff;
|
||||
box-sizing:inherit;
|
||||
height:8px;
|
||||
height:12px;
|
||||
left:50%;
|
||||
margin:0;
|
||||
transform:translate(7px, 7px);
|
||||
width:8px;
|
||||
position:absolute;
|
||||
top:50%;
|
||||
transform:translate(-50%, -50%);
|
||||
width:12px;
|
||||
}
|
||||
@media (min-width:600px){
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:checked:before{
|
||||
transform:translate(5px, 5px);
|
||||
height:8px;
|
||||
width:8px;
|
||||
}
|
||||
}
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:focus{
|
||||
@@ -2083,7 +2086,7 @@ textarea.editor-post-text-editor:-ms-input-placeholder{
|
||||
}
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:checked{
|
||||
background:var(--wp-admin-theme-color);
|
||||
border-color:var(--wp-admin-theme-color);
|
||||
border:none;
|
||||
}
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__info{
|
||||
color:#757575;
|
||||
@@ -2092,7 +2095,7 @@ textarea.editor-post-text-editor:-ms-input-placeholder{
|
||||
}
|
||||
@media (min-width:600px){
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__info{
|
||||
margin-left:32px;
|
||||
margin-left:28px;
|
||||
}
|
||||
}
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__choice:last-child .editor-post-visibility__info{
|
||||
@@ -2148,6 +2151,11 @@ textarea.editor-post-text-editor:-ms-input-placeholder{
|
||||
justify-content:center;
|
||||
}
|
||||
|
||||
.editor-preview-dropdown .editor-preview-dropdown__toggle.has-icon.has-text{
|
||||
padding-left:6px;
|
||||
padding-right:4px;
|
||||
}
|
||||
|
||||
.editor-preview-dropdown__button-external{
|
||||
display:flex;
|
||||
justify-content:space-between;
|
||||
@@ -2163,7 +2171,7 @@ textarea.editor-post-text-editor:-ms-input-placeholder{
|
||||
appearance:none;
|
||||
background:none;
|
||||
border:0;
|
||||
border-radius:2px;
|
||||
border-radius:9999px;
|
||||
bottom:0;
|
||||
cursor:ew-resize;
|
||||
height:100px;
|
||||
@@ -2176,7 +2184,7 @@ textarea.editor-post-text-editor:-ms-input-placeholder{
|
||||
}
|
||||
.editor-resizable-editor__resize-handle:after{
|
||||
background-color:#75757566;
|
||||
border-radius:2px;
|
||||
border-radius:9999px;
|
||||
bottom:16px;
|
||||
content:"";
|
||||
left:4px;
|
||||
@@ -2307,14 +2315,6 @@ textarea.editor-post-text-editor:-ms-input-placeholder{
|
||||
padding:16px;
|
||||
}
|
||||
|
||||
.editor-site-discussion__options .components-radio-control__option{
|
||||
align-items:flex-start;
|
||||
}
|
||||
.editor-site-discussion__options label .components-text{
|
||||
display:block;
|
||||
margin-top:4px;
|
||||
}
|
||||
|
||||
.table-of-contents__popover.components-popover .components-popover__content{
|
||||
min-width:380px;
|
||||
}
|
||||
@@ -2381,20 +2381,6 @@ textarea.editor-post-text-editor:-ms-input-placeholder{
|
||||
font-weight:600;
|
||||
margin-top:20px;
|
||||
}
|
||||
.editor-template-areas__list,.editor-template-areas__list>li{
|
||||
margin:0;
|
||||
}
|
||||
.editor-template-areas__item{
|
||||
width:100%;
|
||||
}
|
||||
.editor-template-areas__item.components-button.has-icon{
|
||||
padding:0;
|
||||
}
|
||||
|
||||
h3.components-heading.editor-template-areas__title{
|
||||
font-weight:500;
|
||||
margin:0 0 8px;
|
||||
}
|
||||
|
||||
.editor-text-editor{
|
||||
background-color:#fff;
|
||||
@@ -2458,14 +2444,14 @@ h3.components-heading.editor-template-areas__title{
|
||||
.editor-text-editor__toolbar h2{
|
||||
color:#1e1e1e;
|
||||
font-size:13px;
|
||||
line-height:36px;
|
||||
line-height:40px;
|
||||
margin:0 auto 0 0;
|
||||
}
|
||||
|
||||
.editor-visual-editor{
|
||||
align-items:center;
|
||||
background-color:#ddd;
|
||||
display:block;
|
||||
display:flex;
|
||||
position:relative;
|
||||
}
|
||||
.editor-visual-editor.is-resizable{
|
||||
|
||||
Reference in New Issue
Block a user