| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 body.has-admin-bar-in-editor .edit-post-fullscreen-mode-close__view-mode-toggle { 2 display: flex; 3 align-items: center; 4 justify-content: center; 5 width: 32px; 6 height: 32px; 7 } 8 body.has-admin-bar-in-editor .edit-post-fullscreen-mode-close__view-mode-toggle .edit-post-fullscreen-mode-close__back-icon { 9 top: auto; 10 left: auto; 11 width: 32px; 12 height: 32px; 13 background: transparent; 14 } 15 body.has-admin-bar-in-editor .edit-post-fullscreen-mode-close__view-mode-toggle:hover .edit-post-fullscreen-mode-close__back-icon { 16 color: var(--wp-admin-theme-color); 17 } 18 body.has-admin-bar-in-editor.is-fullscreen-mode .editor-header:has(> .editor-header__back-button) { 19 grid-template-columns: 32px minmax(0, max-content) minmax(min-content, 1fr) 64px; 20 } 21 body.has-admin-bar-in-editor.is-fullscreen-mode .editor-header:has(> .editor-header__back-button):has(> .editor-header__center) { 22 grid-template-columns: 32px min-content 1fr min-content 64px; 23 } 24 body.has-admin-bar-in-editor.is-fullscreen-mode .editor-header__back-button { 25 padding-left: 8px; 26 } 27 @media (min-width: 782px) { 28 body.has-admin-bar-in-editor.is-fullscreen-mode { 29 margin-top: 0; 30 height: 100%; 31 } 32 body.has-admin-bar-in-editor.is-fullscreen-mode #wpadminbar { 33 display: block; 34 } 35 body.has-admin-bar-in-editor.is-fullscreen-mode .interface-interface-skeleton, 36 body.has-admin-bar-in-editor.is-fullscreen-mode .editor-post-publish-panel, 37 body.has-admin-bar-in-editor.is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus, 38 body.has-admin-bar-in-editor.is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within { 39 top: var(--wp-admin--admin-bar--height, 0); 40 } 41 body.has-admin-bar-in-editor.is-fullscreen-mode .block-editor__container { 42 min-height: calc(100vh - var(--wp-admin--admin-bar--height, 0)); 43 } 44 body.has-admin-bar-in-editor.is-fullscreen-mode:has(.editor-editor-interface.is-distraction-free) { 45 --wp-admin--admin-bar--height: 0; 46 } 47 body.has-admin-bar-in-editor.is-fullscreen-mode:has(.editor-editor-interface.is-distraction-free) #wpadminbar { 48 display: none; 49 } 50 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Thu Jul 9 08:20:14 2026 | Cross-referenced by PHPXref |