/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/editor/src/components/editor-interface/style.scss
32 строки
665 B
Saksham Sharma
Wrap notices in ThemeProvider with 0 corner radius (#79523)
22 июл 2026, 10:53
Не верифицирован
22 июл 2026, 10:53
6b235aa
Код
Авторство
О чём код?
@use "@wordpress/base-styles/variables" as *; .editor-editor-interface .entities-saved-states__panel-header { height: $header-height + $border-width; } .editor-editor-interface .interface-interface-skeleton__content { // Make this a stacking context to contain the z-index of children elements. isolation: isolate; } .editor-notices.notices-inline-notices-wrapper, .editor-notices .components-notice-list { gap: 0; } .editor-notices .components-notice { border-top-width: 0; border-inline-width: 0; } .editor-visual-editor { flex: 1 0 auto; } .editor-notices__dismissible, .editor-notices__pinned { position: relative; left: 0; top: 0; right: 0; }