@wordpress/edit-site 6.6.1 → 6.7.1-next.5368f64a9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -0
- package/build/components/add-new-template/add-custom-template-modal-content.js +7 -13
- package/build/components/add-new-template/add-custom-template-modal-content.js.map +1 -1
- package/build/components/add-new-template/index.js +7 -10
- package/build/components/add-new-template/index.js.map +1 -1
- package/build/components/block-editor/use-site-editor-settings.js +0 -24
- package/build/components/block-editor/use-site-editor-settings.js.map +1 -1
- package/build/components/editor/index.js +6 -3
- package/build/components/editor/index.js.map +1 -1
- package/build/components/editor-canvas-container/index.js +4 -1
- package/build/components/editor-canvas-container/index.js.map +1 -1
- package/build/components/error-boundary/warning.js +4 -1
- package/build/components/error-boundary/warning.js.map +1 -1
- package/build/components/global-styles/font-library-modal/font-card.js +5 -2
- package/build/components/global-styles/font-library-modal/font-card.js.map +1 -1
- package/build/components/global-styles/font-library-modal/font-collection.js +27 -19
- package/build/components/global-styles/font-library-modal/font-collection.js.map +1 -1
- package/build/components/global-styles/font-library-modal/installed-fonts.js +21 -8
- package/build/components/global-styles/font-library-modal/installed-fonts.js.map +1 -1
- package/build/components/global-styles/font-library-modal/upload-fonts.js +4 -1
- package/build/components/global-styles/font-library-modal/upload-fonts.js.map +1 -1
- package/build/components/global-styles/font-sizes/font-size.js +10 -11
- package/build/components/global-styles/font-sizes/font-size.js.map +1 -1
- package/build/components/global-styles/font-sizes/font-sizes.js +4 -6
- package/build/components/global-styles/font-sizes/font-sizes.js.map +1 -1
- package/build/components/global-styles/header.js +1 -8
- package/build/components/global-styles/header.js.map +1 -1
- package/build/components/global-styles/navigation-button.js +1 -1
- package/build/components/global-styles/navigation-button.js.map +1 -1
- package/build/components/global-styles/palette.js +4 -1
- package/build/components/global-styles/palette.js.map +1 -1
- package/build/components/global-styles/preset-colors.js +1 -1
- package/build/components/global-styles/preset-colors.js.map +1 -1
- package/build/components/global-styles/screen-revisions/revisions-buttons.js +4 -1
- package/build/components/global-styles/screen-revisions/revisions-buttons.js.map +1 -1
- package/build/components/global-styles/shadows-edit-panel.js +20 -10
- package/build/components/global-styles/shadows-edit-panel.js.map +1 -1
- package/build/components/global-styles/typeset-button.js +5 -4
- package/build/components/global-styles/typeset-button.js.map +1 -1
- package/build/components/layout/index.js +1 -2
- package/build/components/layout/index.js.map +1 -1
- package/build/components/page-patterns/fields.js +5 -2
- package/build/components/page-patterns/fields.js.map +1 -1
- package/build/components/pagination/index.js +4 -4
- package/build/components/pagination/index.js.map +1 -1
- package/build/components/save-panel/index.js +4 -1
- package/build/components/save-panel/index.js.map +1 -1
- package/build/components/sidebar-button/index.js +4 -1
- package/build/components/sidebar-button/index.js.map +1 -1
- package/build/components/sidebar-dataviews/add-new-view.js +8 -2
- package/build/components/sidebar-dataviews/add-new-view.js.map +1 -1
- package/build/components/site-hub/index.js +30 -14
- package/build/components/site-hub/index.js.map +1 -1
- package/build/components/style-book/index.js +3 -9
- package/build/components/style-book/index.js.map +1 -1
- package/build/components/sync-state-with-url/use-init-edited-entity-from-url.js +3 -4
- package/build/components/sync-state-with-url/use-init-edited-entity-from-url.js.map +1 -1
- package/build/components/sync-state-with-url/use-sync-canvas-mode-with-url.js +12 -12
- package/build/components/sync-state-with-url/use-sync-canvas-mode-with-url.js.map +1 -1
- package/build/components/welcome-guide/template.js +20 -9
- package/build/components/welcome-guide/template.js.map +1 -1
- package/build/hooks/commands/use-common-commands.js +2 -4
- package/build/hooks/commands/use-common-commands.js.map +1 -1
- package/build/index.js +8 -1
- package/build/index.js.map +1 -1
- package/build/posts.js +2 -1
- package/build/posts.js.map +1 -1
- package/build-module/components/add-new-template/add-custom-template-modal-content.js +7 -13
- package/build-module/components/add-new-template/add-custom-template-modal-content.js.map +1 -1
- package/build-module/components/add-new-template/index.js +7 -10
- package/build-module/components/add-new-template/index.js.map +1 -1
- package/build-module/components/block-editor/use-site-editor-settings.js +0 -23
- package/build-module/components/block-editor/use-site-editor-settings.js.map +1 -1
- package/build-module/components/editor/index.js +6 -3
- package/build-module/components/editor/index.js.map +1 -1
- package/build-module/components/editor-canvas-container/index.js +4 -1
- package/build-module/components/editor-canvas-container/index.js.map +1 -1
- package/build-module/components/error-boundary/warning.js +4 -1
- package/build-module/components/error-boundary/warning.js.map +1 -1
- package/build-module/components/global-styles/font-library-modal/font-card.js +7 -4
- package/build-module/components/global-styles/font-library-modal/font-card.js.map +1 -1
- package/build-module/components/global-styles/font-library-modal/font-collection.js +29 -21
- package/build-module/components/global-styles/font-library-modal/font-collection.js.map +1 -1
- package/build-module/components/global-styles/font-library-modal/installed-fonts.js +24 -11
- package/build-module/components/global-styles/font-library-modal/installed-fonts.js.map +1 -1
- package/build-module/components/global-styles/font-library-modal/upload-fonts.js +4 -1
- package/build-module/components/global-styles/font-library-modal/upload-fonts.js.map +1 -1
- package/build-module/components/global-styles/font-sizes/font-size.js +15 -16
- package/build-module/components/global-styles/font-sizes/font-size.js.map +1 -1
- package/build-module/components/global-styles/font-sizes/font-sizes.js +4 -6
- package/build-module/components/global-styles/font-sizes/font-sizes.js.map +1 -1
- package/build-module/components/global-styles/header.js +2 -9
- package/build-module/components/global-styles/header.js.map +1 -1
- package/build-module/components/global-styles/navigation-button.js +2 -2
- package/build-module/components/global-styles/navigation-button.js.map +1 -1
- package/build-module/components/global-styles/palette.js +4 -1
- package/build-module/components/global-styles/palette.js.map +1 -1
- package/build-module/components/global-styles/preset-colors.js +1 -1
- package/build-module/components/global-styles/preset-colors.js.map +1 -1
- package/build-module/components/global-styles/screen-revisions/revisions-buttons.js +4 -1
- package/build-module/components/global-styles/screen-revisions/revisions-buttons.js.map +1 -1
- package/build-module/components/global-styles/shadows-edit-panel.js +20 -10
- package/build-module/components/global-styles/shadows-edit-panel.js.map +1 -1
- package/build-module/components/global-styles/typeset-button.js +6 -5
- package/build-module/components/global-styles/typeset-button.js.map +1 -1
- package/build-module/components/layout/index.js +1 -2
- package/build-module/components/layout/index.js.map +1 -1
- package/build-module/components/page-patterns/fields.js +5 -2
- package/build-module/components/page-patterns/fields.js.map +1 -1
- package/build-module/components/pagination/index.js +5 -5
- package/build-module/components/pagination/index.js.map +1 -1
- package/build-module/components/save-panel/index.js +4 -1
- package/build-module/components/save-panel/index.js.map +1 -1
- package/build-module/components/sidebar-button/index.js +4 -1
- package/build-module/components/sidebar-button/index.js.map +1 -1
- package/build-module/components/sidebar-dataviews/add-new-view.js +8 -2
- package/build-module/components/sidebar-dataviews/add-new-view.js.map +1 -1
- package/build-module/components/site-hub/index.js +30 -14
- package/build-module/components/site-hub/index.js.map +1 -1
- package/build-module/components/style-book/index.js +3 -9
- package/build-module/components/style-book/index.js.map +1 -1
- package/build-module/components/sync-state-with-url/use-init-edited-entity-from-url.js +3 -4
- package/build-module/components/sync-state-with-url/use-init-edited-entity-from-url.js.map +1 -1
- package/build-module/components/sync-state-with-url/use-sync-canvas-mode-with-url.js +12 -12
- package/build-module/components/sync-state-with-url/use-sync-canvas-mode-with-url.js.map +1 -1
- package/build-module/components/welcome-guide/template.js +19 -9
- package/build-module/components/welcome-guide/template.js.map +1 -1
- package/build-module/hooks/commands/use-common-commands.js +2 -4
- package/build-module/hooks/commands/use-common-commands.js.map +1 -1
- package/build-module/index.js +8 -1
- package/build-module/index.js.map +1 -1
- package/build-module/posts.js +2 -1
- package/build-module/posts.js.map +1 -1
- package/build-style/posts-rtl.css +90 -87
- package/build-style/posts.css +90 -87
- package/build-style/style-rtl.css +94 -103
- package/build-style/style.css +94 -103
- package/package.json +41 -41
- package/src/components/add-new-template/add-custom-template-modal-content.js +6 -12
- package/src/components/add-new-template/index.js +6 -8
- package/src/components/add-new-template/style.scss +1 -2
- package/src/components/block-editor/use-site-editor-settings.js +0 -18
- package/src/components/editor/index.js +4 -2
- package/src/components/editor-canvas-container/index.js +2 -0
- package/src/components/editor-canvas-container/style.scss +1 -1
- package/src/components/error-boundary/warning.js +6 -1
- package/src/components/global-styles/font-library-modal/font-card.js +5 -3
- package/src/components/global-styles/font-library-modal/font-collection.js +45 -27
- package/src/components/global-styles/font-library-modal/installed-fonts.js +36 -14
- package/src/components/global-styles/font-library-modal/upload-fonts.js +2 -0
- package/src/components/global-styles/font-sizes/font-size.js +18 -18
- package/src/components/global-styles/font-sizes/font-sizes.js +9 -11
- package/src/components/global-styles/header.js +2 -7
- package/src/components/global-styles/navigation-button.js +2 -4
- package/src/components/global-styles/palette.js +2 -0
- package/src/components/global-styles/preset-colors.js +1 -1
- package/src/components/global-styles/screen-revisions/revisions-buttons.js +2 -0
- package/src/components/global-styles/screen-revisions/style.scss +1 -1
- package/src/components/global-styles/shadows-edit-panel.js +23 -13
- package/src/components/global-styles/style.scss +5 -5
- package/src/components/global-styles/typeset-button.js +10 -3
- package/src/components/global-styles/variations/style.scss +1 -2
- package/src/components/layout/index.js +0 -2
- package/src/components/layout/style.scss +2 -24
- package/src/components/page/style.scss +5 -1
- package/src/components/page-patterns/fields.js +3 -1
- package/src/components/page-patterns/style.scss +2 -11
- package/src/components/page-templates/style.scss +1 -2
- package/src/components/pagination/index.js +5 -5
- package/src/components/post-list/style.scss +1 -1
- package/src/components/save-panel/index.js +2 -0
- package/src/components/sidebar-button/index.js +2 -0
- package/src/components/sidebar-dataviews/add-new-view.js +4 -0
- package/src/components/sidebar-dataviews/style.scss +1 -1
- package/src/components/sidebar-navigation-item/style.scss +0 -1
- package/src/components/sidebar-navigation-screen/style.scss +0 -1
- package/src/components/site-hub/index.js +18 -12
- package/src/components/style-book/index.js +5 -11
- package/src/components/style-book/style.scss +2 -2
- package/src/components/sync-state-with-url/use-init-edited-entity-from-url.js +3 -4
- package/src/components/sync-state-with-url/use-sync-canvas-mode-with-url.js +15 -12
- package/src/components/welcome-guide/template.js +12 -18
- package/src/hooks/commands/use-common-commands.js +3 -5
- package/src/index.js +8 -0
- package/src/posts.js +1 -0
|
@@ -117,6 +117,8 @@
|
|
|
117
117
|
container: dataviews-wrapper/inline-size;
|
|
118
118
|
display: flex;
|
|
119
119
|
flex-direction: column;
|
|
120
|
+
font-size: 13px;
|
|
121
|
+
line-height: 1.4;
|
|
120
122
|
}
|
|
121
123
|
|
|
122
124
|
.dataviews__view-actions,
|
|
@@ -218,53 +220,16 @@
|
|
|
218
220
|
padding-left: 24px;
|
|
219
221
|
}
|
|
220
222
|
}
|
|
221
|
-
.dataviews-bulk-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
flex-shrink: 0;
|
|
223
|
+
.dataviews-bulk-actions-footer__item-count {
|
|
224
|
+
color: #1e1e1e;
|
|
225
|
+
font-weight: 500;
|
|
226
|
+
font-size: 11px;
|
|
227
|
+
text-transform: uppercase;
|
|
227
228
|
}
|
|
228
229
|
|
|
229
|
-
.dataviews-bulk-actions-
|
|
230
|
-
position: sticky;
|
|
231
|
-
display: flex;
|
|
232
|
-
flex-direction: column;
|
|
233
|
-
align-content: center;
|
|
234
|
-
flex-wrap: wrap;
|
|
235
|
-
width: -moz-fit-content;
|
|
236
|
-
width: fit-content;
|
|
237
|
-
margin-right: auto;
|
|
230
|
+
.dataviews-bulk-actions-footer__container {
|
|
238
231
|
margin-left: auto;
|
|
239
|
-
|
|
240
|
-
z-index: 2;
|
|
241
|
-
}
|
|
242
|
-
.dataviews-bulk-actions-toolbar .components-accessible-toolbar {
|
|
243
|
-
border-color: #ddd;
|
|
244
|
-
box-shadow: 0 0.7px 1px rgba(0, 0, 0, 0.1), 0 1.2px 1.7px -0.2px rgba(0, 0, 0, 0.1), 0 2.3px 3.3px -0.5px rgba(0, 0, 0, 0.1);
|
|
245
|
-
}
|
|
246
|
-
.dataviews-bulk-actions-toolbar .components-accessible-toolbar .components-toolbar-group {
|
|
247
|
-
border-color: #e0e0e0;
|
|
248
|
-
}
|
|
249
|
-
.dataviews-bulk-actions-toolbar .components-accessible-toolbar .components-toolbar-group:last-child {
|
|
250
|
-
border: 0;
|
|
251
|
-
}
|
|
252
|
-
.dataviews-bulk-actions-toolbar .dataviews-bulk-actions-toolbar__selection-count {
|
|
253
|
-
display: flex;
|
|
254
|
-
align-items: center;
|
|
255
|
-
margin: 0 8px 0 8px;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.dataviews-bulk-actions-toolbar__wrapper {
|
|
259
|
-
display: flex;
|
|
260
|
-
flex-grow: 1;
|
|
261
|
-
width: 100%;
|
|
262
|
-
}
|
|
263
|
-
.dataviews-bulk-actions-toolbar__wrapper .components-toolbar-group {
|
|
264
|
-
align-items: center;
|
|
265
|
-
}
|
|
266
|
-
.dataviews-bulk-actions-toolbar__wrapper .components-button.is-busy {
|
|
267
|
-
max-height: 36px;
|
|
232
|
+
min-height: 32px;
|
|
268
233
|
}
|
|
269
234
|
|
|
270
235
|
.dataviews-filters__button {
|
|
@@ -282,11 +247,17 @@
|
|
|
282
247
|
opacity: 1;
|
|
283
248
|
}
|
|
284
249
|
|
|
250
|
+
.dataviews-filters__summary-popover {
|
|
251
|
+
font-size: 13px;
|
|
252
|
+
line-height: 1.4;
|
|
253
|
+
}
|
|
285
254
|
.dataviews-filters__summary-popover .components-popover__content {
|
|
286
255
|
width: 230px;
|
|
287
|
-
padding: 0;
|
|
288
256
|
border-radius: 4px;
|
|
289
257
|
}
|
|
258
|
+
.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content {
|
|
259
|
+
padding: 0;
|
|
260
|
+
}
|
|
290
261
|
|
|
291
262
|
.dataviews-filters__summary-operators-container {
|
|
292
263
|
padding: 8px 8px 0;
|
|
@@ -317,6 +288,7 @@
|
|
|
317
288
|
position: relative;
|
|
318
289
|
display: flex;
|
|
319
290
|
align-items: center;
|
|
291
|
+
box-sizing: border-box;
|
|
320
292
|
}
|
|
321
293
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset {
|
|
322
294
|
padding-inline-end: 28px;
|
|
@@ -528,6 +500,7 @@
|
|
|
528
500
|
font-size: 11px;
|
|
529
501
|
outline: var(--wp-admin-border-width-focus) solid #fff;
|
|
530
502
|
color: #fff;
|
|
503
|
+
box-sizing: border-box;
|
|
531
504
|
}
|
|
532
505
|
|
|
533
506
|
.dataviews-search {
|
|
@@ -535,7 +508,7 @@
|
|
|
535
508
|
width: fit-content;
|
|
536
509
|
}
|
|
537
510
|
|
|
538
|
-
.dataviews-
|
|
511
|
+
.dataviews-footer {
|
|
539
512
|
position: sticky;
|
|
540
513
|
bottom: 0;
|
|
541
514
|
right: 0;
|
|
@@ -544,14 +517,37 @@
|
|
|
544
517
|
border-top: 1px solid #f0f0f0;
|
|
545
518
|
flex-shrink: 0;
|
|
546
519
|
transition: padding ease-out 0.1s;
|
|
520
|
+
z-index: 2;
|
|
547
521
|
}
|
|
548
522
|
@media (prefers-reduced-motion: reduce) {
|
|
549
|
-
.dataviews-
|
|
523
|
+
.dataviews-footer {
|
|
550
524
|
transition-duration: 0s;
|
|
551
525
|
transition-delay: 0s;
|
|
552
526
|
}
|
|
553
527
|
}
|
|
554
528
|
|
|
529
|
+
/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
|
|
530
|
+
@container (max-width: 430px) {
|
|
531
|
+
.dataviews-footer {
|
|
532
|
+
padding: 12px 24px;
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
|
|
536
|
+
@container (max-width: 560px) {
|
|
537
|
+
.dataviews-footer {
|
|
538
|
+
flex-direction: column !important;
|
|
539
|
+
}
|
|
540
|
+
.dataviews-footer .dataviews-bulk-actions-footer__container {
|
|
541
|
+
width: 100%;
|
|
542
|
+
}
|
|
543
|
+
.dataviews-footer .dataviews-bulk-actions-footer__item-count {
|
|
544
|
+
flex-grow: 1;
|
|
545
|
+
}
|
|
546
|
+
.dataviews-footer .dataviews-pagination {
|
|
547
|
+
width: 100%;
|
|
548
|
+
justify-content: space-between;
|
|
549
|
+
}
|
|
550
|
+
}
|
|
555
551
|
.dataviews-pagination__page-select {
|
|
556
552
|
font-size: 11px;
|
|
557
553
|
font-weight: 500;
|
|
@@ -564,12 +560,6 @@
|
|
|
564
560
|
}
|
|
565
561
|
}
|
|
566
562
|
|
|
567
|
-
/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
|
|
568
|
-
@container (max-width: 430px) {
|
|
569
|
-
.dataviews-pagination {
|
|
570
|
-
padding: 12px 24px;
|
|
571
|
-
}
|
|
572
|
-
}
|
|
573
563
|
.dataviews-action-modal {
|
|
574
564
|
z-index: 1000001;
|
|
575
565
|
}
|
|
@@ -593,6 +583,8 @@
|
|
|
593
583
|
/* stylelint-disable-next-line property-no-unknown -- the linter needs to be updated to accepted the container-type property */
|
|
594
584
|
container-type: inline-size;
|
|
595
585
|
padding: 16px;
|
|
586
|
+
font-size: 13px;
|
|
587
|
+
line-height: 1.4;
|
|
596
588
|
}
|
|
597
589
|
|
|
598
590
|
.dataviews-view-config__sort-direction .components-toggle-group-control-option-base {
|
|
@@ -620,6 +612,10 @@
|
|
|
620
612
|
grid-column: span 4;
|
|
621
613
|
}
|
|
622
614
|
|
|
615
|
+
.dataviews-settings-section:has(.dataviews-settings-section__content:empty) {
|
|
616
|
+
display: none;
|
|
617
|
+
}
|
|
618
|
+
|
|
623
619
|
/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
|
|
624
620
|
@container (max-width: 500px) {
|
|
625
621
|
.dataviews-settings-section.dataviews-settings-section {
|
|
@@ -632,6 +628,25 @@
|
|
|
632
628
|
grid-column: span 2;
|
|
633
629
|
}
|
|
634
630
|
}
|
|
631
|
+
.dataviews-field-control__field {
|
|
632
|
+
height: 32px;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
.dataviews-field-control__actions {
|
|
636
|
+
position: absolute;
|
|
637
|
+
top: -9999em;
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
.dataviews-field-control__actions.dataviews-field-control__actions {
|
|
641
|
+
gap: 4px;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
.dataviews-field-control__field:hover .dataviews-field-control__actions,
|
|
645
|
+
.dataviews-field-control__field:focus-within .dataviews-field-control__actions {
|
|
646
|
+
position: unset;
|
|
647
|
+
top: unset;
|
|
648
|
+
}
|
|
649
|
+
|
|
635
650
|
.dataviews-view-grid {
|
|
636
651
|
margin-bottom: auto;
|
|
637
652
|
grid-template-rows: max-content;
|
|
@@ -781,6 +796,10 @@
|
|
|
781
796
|
top: 8px;
|
|
782
797
|
}
|
|
783
798
|
|
|
799
|
+
ul.dataviews-view-list {
|
|
800
|
+
list-style-type: none;
|
|
801
|
+
}
|
|
802
|
+
|
|
784
803
|
.dataviews-view-list {
|
|
785
804
|
margin: 0 0 auto;
|
|
786
805
|
}
|
|
@@ -834,12 +853,13 @@
|
|
|
834
853
|
.dataviews-view-list li:not(.is-selected) .dataviews-view-list__primary-field {
|
|
835
854
|
color: #1e1e1e;
|
|
836
855
|
}
|
|
837
|
-
.dataviews-view-list li:not(.is-selected):hover, .dataviews-view-list li:not(.is-selected):focus-within {
|
|
856
|
+
.dataviews-view-list li:not(.is-selected):hover, .dataviews-view-list li:not(.is-selected).is-hovered, .dataviews-view-list li:not(.is-selected):focus-within {
|
|
838
857
|
color: var(--wp-admin-theme-color);
|
|
839
858
|
background-color: #f8f8f8;
|
|
840
859
|
}
|
|
841
860
|
.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__primary-field,
|
|
842
|
-
.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__fields, .dataviews-view-list li:not(.is-selected)
|
|
861
|
+
.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__fields, .dataviews-view-list li:not(.is-selected).is-hovered .dataviews-view-list__primary-field,
|
|
862
|
+
.dataviews-view-list li:not(.is-selected).is-hovered .dataviews-view-list__fields, .dataviews-view-list li:not(.is-selected):focus-within .dataviews-view-list__primary-field,
|
|
843
863
|
.dataviews-view-list li:not(.is-selected):focus-within .dataviews-view-list__fields {
|
|
844
864
|
color: var(--wp-admin-theme-color);
|
|
845
865
|
}
|
|
@@ -855,6 +875,7 @@
|
|
|
855
875
|
color: var(--wp-admin-theme-color);
|
|
856
876
|
}
|
|
857
877
|
.dataviews-view-list .dataviews-view-list__item {
|
|
878
|
+
box-sizing: border-box;
|
|
858
879
|
padding: 16px 24px;
|
|
859
880
|
width: 100%;
|
|
860
881
|
scroll-margin: 8px 0;
|
|
@@ -862,7 +883,7 @@
|
|
|
862
883
|
.dataviews-view-list .dataviews-view-list__item:focus-visible::before {
|
|
863
884
|
position: absolute;
|
|
864
885
|
content: "";
|
|
865
|
-
top:
|
|
886
|
+
top: var(--wp-admin-border-width-focus);
|
|
866
887
|
left: var(--wp-admin-border-width-focus);
|
|
867
888
|
bottom: var(--wp-admin-border-width-focus);
|
|
868
889
|
right: var(--wp-admin-border-width-focus);
|
|
@@ -899,8 +920,8 @@
|
|
|
899
920
|
border-radius: 4px;
|
|
900
921
|
}
|
|
901
922
|
.dataviews-view-list .dataviews-view-list__media-placeholder {
|
|
902
|
-
|
|
903
|
-
height:
|
|
923
|
+
width: 52px;
|
|
924
|
+
height: 52px;
|
|
904
925
|
background-color: #e0e0e0;
|
|
905
926
|
}
|
|
906
927
|
.dataviews-view-list .dataviews-view-list__field-wrapper {
|
|
@@ -939,11 +960,6 @@
|
|
|
939
960
|
color: #757575;
|
|
940
961
|
margin-bottom: auto;
|
|
941
962
|
}
|
|
942
|
-
.dataviews-view-table a {
|
|
943
|
-
text-decoration: none;
|
|
944
|
-
color: #1e1e1e;
|
|
945
|
-
font-weight: 500;
|
|
946
|
-
}
|
|
947
963
|
.dataviews-view-table th {
|
|
948
964
|
text-align: right;
|
|
949
965
|
color: #1e1e1e;
|
|
@@ -1076,10 +1092,6 @@
|
|
|
1076
1092
|
opacity: 1;
|
|
1077
1093
|
}
|
|
1078
1094
|
|
|
1079
|
-
.dataviews-view-table__cell-content-wrapper:empty {
|
|
1080
|
-
display: none;
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
1095
|
/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
|
|
1084
1096
|
@container (max-width: 430px) {
|
|
1085
1097
|
.dataviews-view-table tr td:first-child,
|
|
@@ -1404,24 +1416,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1404
1416
|
padding-left: 16px;
|
|
1405
1417
|
}
|
|
1406
1418
|
|
|
1407
|
-
.edit-site-layout.is-full-canvas .edit-site-layout__view-mode-toggle.components-button:focus-visible, .edit-site-layout.is-full-canvas .edit-site-layout__view-mode-toggle.components-button:focus {
|
|
1408
|
-
box-shadow: none;
|
|
1409
|
-
outline: none;
|
|
1410
|
-
outline-offset: 0;
|
|
1411
|
-
}
|
|
1412
|
-
.edit-site-layout.is-full-canvas .edit-site-layout__view-mode-toggle.components-button:focus-visible .edit-site-site-icon svg, .edit-site-layout.is-full-canvas .edit-site-layout__view-mode-toggle.components-button:focus .edit-site-site-icon svg {
|
|
1413
|
-
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #3858e9);
|
|
1414
|
-
outline: 3px solid #0000;
|
|
1415
|
-
height: 40px;
|
|
1416
|
-
width: 40px;
|
|
1417
|
-
padding: 2px;
|
|
1418
|
-
border-radius: 2px;
|
|
1419
|
-
}
|
|
1420
|
-
|
|
1421
1419
|
.edit-site-page {
|
|
1422
1420
|
color: #2f2f2f;
|
|
1423
1421
|
background: #fff;
|
|
1424
|
-
height: 100
|
|
1422
|
+
height: calc(100% - 60px);
|
|
1425
1423
|
/* stylelint-disable-next-line property-no-unknown -- '@container' not globally permitted */
|
|
1426
1424
|
container: edit-site-page/inline-size;
|
|
1427
1425
|
transition: width ease-out 0.2s;
|
|
@@ -1432,6 +1430,11 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1432
1430
|
transition-delay: 0s;
|
|
1433
1431
|
}
|
|
1434
1432
|
}
|
|
1433
|
+
@media (min-width: 782px) {
|
|
1434
|
+
.edit-site-page {
|
|
1435
|
+
height: 100%;
|
|
1436
|
+
}
|
|
1437
|
+
}
|
|
1435
1438
|
|
|
1436
1439
|
.edit-site-page-header {
|
|
1437
1440
|
padding: 16px 48px;
|
|
@@ -1513,7 +1516,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1513
1516
|
contain: content;
|
|
1514
1517
|
}
|
|
1515
1518
|
|
|
1516
|
-
@keyframes
|
|
1519
|
+
@keyframes _omac0_slide-from-right {
|
|
1517
1520
|
from {
|
|
1518
1521
|
transform: translateX(-50px);
|
|
1519
1522
|
opacity: 0;
|
|
@@ -1523,7 +1526,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1523
1526
|
opacity: 1;
|
|
1524
1527
|
}
|
|
1525
1528
|
}
|
|
1526
|
-
@keyframes
|
|
1529
|
+
@keyframes _omac0_slide-from-left {
|
|
1527
1530
|
from {
|
|
1528
1531
|
transform: translateX(50px);
|
|
1529
1532
|
opacity: 0;
|
|
@@ -1579,10 +1582,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1579
1582
|
}
|
|
1580
1583
|
}
|
|
1581
1584
|
.edit-site-sidebar__screen-wrapper.slide-from-left {
|
|
1582
|
-
animation-name:
|
|
1585
|
+
animation-name: _omac0_slide-from-left;
|
|
1583
1586
|
}
|
|
1584
1587
|
.edit-site-sidebar__screen-wrapper.slide-from-right {
|
|
1585
|
-
animation-name:
|
|
1588
|
+
animation-name: _omac0_slide-from-right;
|
|
1586
1589
|
}
|
|
1587
1590
|
|
|
1588
1591
|
.edit-site-site-hub {
|
|
@@ -1691,7 +1694,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1691
1694
|
|
|
1692
1695
|
.edit-site-editor-canvas-container__section {
|
|
1693
1696
|
background: #fff;
|
|
1694
|
-
border-radius:
|
|
1697
|
+
border-radius: 8px;
|
|
1695
1698
|
bottom: 0;
|
|
1696
1699
|
right: 0;
|
|
1697
1700
|
overflow: hidden;
|
package/build-style/posts.css
CHANGED
|
@@ -117,6 +117,8 @@
|
|
|
117
117
|
container: dataviews-wrapper/inline-size;
|
|
118
118
|
display: flex;
|
|
119
119
|
flex-direction: column;
|
|
120
|
+
font-size: 13px;
|
|
121
|
+
line-height: 1.4;
|
|
120
122
|
}
|
|
121
123
|
|
|
122
124
|
.dataviews__view-actions,
|
|
@@ -218,53 +220,16 @@
|
|
|
218
220
|
padding-right: 24px;
|
|
219
221
|
}
|
|
220
222
|
}
|
|
221
|
-
.dataviews-bulk-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
flex-shrink: 0;
|
|
223
|
+
.dataviews-bulk-actions-footer__item-count {
|
|
224
|
+
color: #1e1e1e;
|
|
225
|
+
font-weight: 500;
|
|
226
|
+
font-size: 11px;
|
|
227
|
+
text-transform: uppercase;
|
|
227
228
|
}
|
|
228
229
|
|
|
229
|
-
.dataviews-bulk-actions-
|
|
230
|
-
position: sticky;
|
|
231
|
-
display: flex;
|
|
232
|
-
flex-direction: column;
|
|
233
|
-
align-content: center;
|
|
234
|
-
flex-wrap: wrap;
|
|
235
|
-
width: -moz-fit-content;
|
|
236
|
-
width: fit-content;
|
|
237
|
-
margin-left: auto;
|
|
230
|
+
.dataviews-bulk-actions-footer__container {
|
|
238
231
|
margin-right: auto;
|
|
239
|
-
|
|
240
|
-
z-index: 2;
|
|
241
|
-
}
|
|
242
|
-
.dataviews-bulk-actions-toolbar .components-accessible-toolbar {
|
|
243
|
-
border-color: #ddd;
|
|
244
|
-
box-shadow: 0 0.7px 1px rgba(0, 0, 0, 0.1), 0 1.2px 1.7px -0.2px rgba(0, 0, 0, 0.1), 0 2.3px 3.3px -0.5px rgba(0, 0, 0, 0.1);
|
|
245
|
-
}
|
|
246
|
-
.dataviews-bulk-actions-toolbar .components-accessible-toolbar .components-toolbar-group {
|
|
247
|
-
border-color: #e0e0e0;
|
|
248
|
-
}
|
|
249
|
-
.dataviews-bulk-actions-toolbar .components-accessible-toolbar .components-toolbar-group:last-child {
|
|
250
|
-
border: 0;
|
|
251
|
-
}
|
|
252
|
-
.dataviews-bulk-actions-toolbar .dataviews-bulk-actions-toolbar__selection-count {
|
|
253
|
-
display: flex;
|
|
254
|
-
align-items: center;
|
|
255
|
-
margin: 0 8px 0 8px;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.dataviews-bulk-actions-toolbar__wrapper {
|
|
259
|
-
display: flex;
|
|
260
|
-
flex-grow: 1;
|
|
261
|
-
width: 100%;
|
|
262
|
-
}
|
|
263
|
-
.dataviews-bulk-actions-toolbar__wrapper .components-toolbar-group {
|
|
264
|
-
align-items: center;
|
|
265
|
-
}
|
|
266
|
-
.dataviews-bulk-actions-toolbar__wrapper .components-button.is-busy {
|
|
267
|
-
max-height: 36px;
|
|
232
|
+
min-height: 32px;
|
|
268
233
|
}
|
|
269
234
|
|
|
270
235
|
.dataviews-filters__button {
|
|
@@ -282,11 +247,17 @@
|
|
|
282
247
|
opacity: 1;
|
|
283
248
|
}
|
|
284
249
|
|
|
250
|
+
.dataviews-filters__summary-popover {
|
|
251
|
+
font-size: 13px;
|
|
252
|
+
line-height: 1.4;
|
|
253
|
+
}
|
|
285
254
|
.dataviews-filters__summary-popover .components-popover__content {
|
|
286
255
|
width: 230px;
|
|
287
|
-
padding: 0;
|
|
288
256
|
border-radius: 4px;
|
|
289
257
|
}
|
|
258
|
+
.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content {
|
|
259
|
+
padding: 0;
|
|
260
|
+
}
|
|
290
261
|
|
|
291
262
|
.dataviews-filters__summary-operators-container {
|
|
292
263
|
padding: 8px 8px 0;
|
|
@@ -317,6 +288,7 @@
|
|
|
317
288
|
position: relative;
|
|
318
289
|
display: flex;
|
|
319
290
|
align-items: center;
|
|
291
|
+
box-sizing: border-box;
|
|
320
292
|
}
|
|
321
293
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset {
|
|
322
294
|
padding-inline-end: 28px;
|
|
@@ -528,6 +500,7 @@
|
|
|
528
500
|
font-size: 11px;
|
|
529
501
|
outline: var(--wp-admin-border-width-focus) solid #fff;
|
|
530
502
|
color: #fff;
|
|
503
|
+
box-sizing: border-box;
|
|
531
504
|
}
|
|
532
505
|
|
|
533
506
|
.dataviews-search {
|
|
@@ -535,7 +508,7 @@
|
|
|
535
508
|
width: fit-content;
|
|
536
509
|
}
|
|
537
510
|
|
|
538
|
-
.dataviews-
|
|
511
|
+
.dataviews-footer {
|
|
539
512
|
position: sticky;
|
|
540
513
|
bottom: 0;
|
|
541
514
|
left: 0;
|
|
@@ -544,14 +517,37 @@
|
|
|
544
517
|
border-top: 1px solid #f0f0f0;
|
|
545
518
|
flex-shrink: 0;
|
|
546
519
|
transition: padding ease-out 0.1s;
|
|
520
|
+
z-index: 2;
|
|
547
521
|
}
|
|
548
522
|
@media (prefers-reduced-motion: reduce) {
|
|
549
|
-
.dataviews-
|
|
523
|
+
.dataviews-footer {
|
|
550
524
|
transition-duration: 0s;
|
|
551
525
|
transition-delay: 0s;
|
|
552
526
|
}
|
|
553
527
|
}
|
|
554
528
|
|
|
529
|
+
/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
|
|
530
|
+
@container (max-width: 430px) {
|
|
531
|
+
.dataviews-footer {
|
|
532
|
+
padding: 12px 24px;
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
|
|
536
|
+
@container (max-width: 560px) {
|
|
537
|
+
.dataviews-footer {
|
|
538
|
+
flex-direction: column !important;
|
|
539
|
+
}
|
|
540
|
+
.dataviews-footer .dataviews-bulk-actions-footer__container {
|
|
541
|
+
width: 100%;
|
|
542
|
+
}
|
|
543
|
+
.dataviews-footer .dataviews-bulk-actions-footer__item-count {
|
|
544
|
+
flex-grow: 1;
|
|
545
|
+
}
|
|
546
|
+
.dataviews-footer .dataviews-pagination {
|
|
547
|
+
width: 100%;
|
|
548
|
+
justify-content: space-between;
|
|
549
|
+
}
|
|
550
|
+
}
|
|
555
551
|
.dataviews-pagination__page-select {
|
|
556
552
|
font-size: 11px;
|
|
557
553
|
font-weight: 500;
|
|
@@ -564,12 +560,6 @@
|
|
|
564
560
|
}
|
|
565
561
|
}
|
|
566
562
|
|
|
567
|
-
/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
|
|
568
|
-
@container (max-width: 430px) {
|
|
569
|
-
.dataviews-pagination {
|
|
570
|
-
padding: 12px 24px;
|
|
571
|
-
}
|
|
572
|
-
}
|
|
573
563
|
.dataviews-action-modal {
|
|
574
564
|
z-index: 1000001;
|
|
575
565
|
}
|
|
@@ -593,6 +583,8 @@
|
|
|
593
583
|
/* stylelint-disable-next-line property-no-unknown -- the linter needs to be updated to accepted the container-type property */
|
|
594
584
|
container-type: inline-size;
|
|
595
585
|
padding: 16px;
|
|
586
|
+
font-size: 13px;
|
|
587
|
+
line-height: 1.4;
|
|
596
588
|
}
|
|
597
589
|
|
|
598
590
|
.dataviews-view-config__sort-direction .components-toggle-group-control-option-base {
|
|
@@ -620,6 +612,10 @@
|
|
|
620
612
|
grid-column: span 4;
|
|
621
613
|
}
|
|
622
614
|
|
|
615
|
+
.dataviews-settings-section:has(.dataviews-settings-section__content:empty) {
|
|
616
|
+
display: none;
|
|
617
|
+
}
|
|
618
|
+
|
|
623
619
|
/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
|
|
624
620
|
@container (max-width: 500px) {
|
|
625
621
|
.dataviews-settings-section.dataviews-settings-section {
|
|
@@ -632,6 +628,25 @@
|
|
|
632
628
|
grid-column: span 2;
|
|
633
629
|
}
|
|
634
630
|
}
|
|
631
|
+
.dataviews-field-control__field {
|
|
632
|
+
height: 32px;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
.dataviews-field-control__actions {
|
|
636
|
+
position: absolute;
|
|
637
|
+
top: -9999em;
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
.dataviews-field-control__actions.dataviews-field-control__actions {
|
|
641
|
+
gap: 4px;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
.dataviews-field-control__field:hover .dataviews-field-control__actions,
|
|
645
|
+
.dataviews-field-control__field:focus-within .dataviews-field-control__actions {
|
|
646
|
+
position: unset;
|
|
647
|
+
top: unset;
|
|
648
|
+
}
|
|
649
|
+
|
|
635
650
|
.dataviews-view-grid {
|
|
636
651
|
margin-bottom: auto;
|
|
637
652
|
grid-template-rows: max-content;
|
|
@@ -781,6 +796,10 @@
|
|
|
781
796
|
top: 8px;
|
|
782
797
|
}
|
|
783
798
|
|
|
799
|
+
ul.dataviews-view-list {
|
|
800
|
+
list-style-type: none;
|
|
801
|
+
}
|
|
802
|
+
|
|
784
803
|
.dataviews-view-list {
|
|
785
804
|
margin: 0 0 auto;
|
|
786
805
|
}
|
|
@@ -834,12 +853,13 @@
|
|
|
834
853
|
.dataviews-view-list li:not(.is-selected) .dataviews-view-list__primary-field {
|
|
835
854
|
color: #1e1e1e;
|
|
836
855
|
}
|
|
837
|
-
.dataviews-view-list li:not(.is-selected):hover, .dataviews-view-list li:not(.is-selected):focus-within {
|
|
856
|
+
.dataviews-view-list li:not(.is-selected):hover, .dataviews-view-list li:not(.is-selected).is-hovered, .dataviews-view-list li:not(.is-selected):focus-within {
|
|
838
857
|
color: var(--wp-admin-theme-color);
|
|
839
858
|
background-color: #f8f8f8;
|
|
840
859
|
}
|
|
841
860
|
.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__primary-field,
|
|
842
|
-
.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__fields, .dataviews-view-list li:not(.is-selected)
|
|
861
|
+
.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__fields, .dataviews-view-list li:not(.is-selected).is-hovered .dataviews-view-list__primary-field,
|
|
862
|
+
.dataviews-view-list li:not(.is-selected).is-hovered .dataviews-view-list__fields, .dataviews-view-list li:not(.is-selected):focus-within .dataviews-view-list__primary-field,
|
|
843
863
|
.dataviews-view-list li:not(.is-selected):focus-within .dataviews-view-list__fields {
|
|
844
864
|
color: var(--wp-admin-theme-color);
|
|
845
865
|
}
|
|
@@ -855,6 +875,7 @@
|
|
|
855
875
|
color: var(--wp-admin-theme-color);
|
|
856
876
|
}
|
|
857
877
|
.dataviews-view-list .dataviews-view-list__item {
|
|
878
|
+
box-sizing: border-box;
|
|
858
879
|
padding: 16px 24px;
|
|
859
880
|
width: 100%;
|
|
860
881
|
scroll-margin: 8px 0;
|
|
@@ -862,7 +883,7 @@
|
|
|
862
883
|
.dataviews-view-list .dataviews-view-list__item:focus-visible::before {
|
|
863
884
|
position: absolute;
|
|
864
885
|
content: "";
|
|
865
|
-
top:
|
|
886
|
+
top: var(--wp-admin-border-width-focus);
|
|
866
887
|
right: var(--wp-admin-border-width-focus);
|
|
867
888
|
bottom: var(--wp-admin-border-width-focus);
|
|
868
889
|
left: var(--wp-admin-border-width-focus);
|
|
@@ -899,8 +920,8 @@
|
|
|
899
920
|
border-radius: 4px;
|
|
900
921
|
}
|
|
901
922
|
.dataviews-view-list .dataviews-view-list__media-placeholder {
|
|
902
|
-
|
|
903
|
-
height:
|
|
923
|
+
width: 52px;
|
|
924
|
+
height: 52px;
|
|
904
925
|
background-color: #e0e0e0;
|
|
905
926
|
}
|
|
906
927
|
.dataviews-view-list .dataviews-view-list__field-wrapper {
|
|
@@ -939,11 +960,6 @@
|
|
|
939
960
|
color: #757575;
|
|
940
961
|
margin-bottom: auto;
|
|
941
962
|
}
|
|
942
|
-
.dataviews-view-table a {
|
|
943
|
-
text-decoration: none;
|
|
944
|
-
color: #1e1e1e;
|
|
945
|
-
font-weight: 500;
|
|
946
|
-
}
|
|
947
963
|
.dataviews-view-table th {
|
|
948
964
|
text-align: left;
|
|
949
965
|
color: #1e1e1e;
|
|
@@ -1076,10 +1092,6 @@
|
|
|
1076
1092
|
opacity: 1;
|
|
1077
1093
|
}
|
|
1078
1094
|
|
|
1079
|
-
.dataviews-view-table__cell-content-wrapper:empty {
|
|
1080
|
-
display: none;
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
1095
|
/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
|
|
1084
1096
|
@container (max-width: 430px) {
|
|
1085
1097
|
.dataviews-view-table tr td:first-child,
|
|
@@ -1404,24 +1416,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1404
1416
|
padding-right: 16px;
|
|
1405
1417
|
}
|
|
1406
1418
|
|
|
1407
|
-
.edit-site-layout.is-full-canvas .edit-site-layout__view-mode-toggle.components-button:focus-visible, .edit-site-layout.is-full-canvas .edit-site-layout__view-mode-toggle.components-button:focus {
|
|
1408
|
-
box-shadow: none;
|
|
1409
|
-
outline: none;
|
|
1410
|
-
outline-offset: 0;
|
|
1411
|
-
}
|
|
1412
|
-
.edit-site-layout.is-full-canvas .edit-site-layout__view-mode-toggle.components-button:focus-visible .edit-site-site-icon svg, .edit-site-layout.is-full-canvas .edit-site-layout__view-mode-toggle.components-button:focus .edit-site-site-icon svg {
|
|
1413
|
-
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #3858e9);
|
|
1414
|
-
outline: 3px solid #0000;
|
|
1415
|
-
height: 40px;
|
|
1416
|
-
width: 40px;
|
|
1417
|
-
padding: 2px;
|
|
1418
|
-
border-radius: 2px;
|
|
1419
|
-
}
|
|
1420
|
-
|
|
1421
1419
|
.edit-site-page {
|
|
1422
1420
|
color: #2f2f2f;
|
|
1423
1421
|
background: #fff;
|
|
1424
|
-
height: 100
|
|
1422
|
+
height: calc(100% - 60px);
|
|
1425
1423
|
/* stylelint-disable-next-line property-no-unknown -- '@container' not globally permitted */
|
|
1426
1424
|
container: edit-site-page/inline-size;
|
|
1427
1425
|
transition: width ease-out 0.2s;
|
|
@@ -1432,6 +1430,11 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1432
1430
|
transition-delay: 0s;
|
|
1433
1431
|
}
|
|
1434
1432
|
}
|
|
1433
|
+
@media (min-width: 782px) {
|
|
1434
|
+
.edit-site-page {
|
|
1435
|
+
height: 100%;
|
|
1436
|
+
}
|
|
1437
|
+
}
|
|
1435
1438
|
|
|
1436
1439
|
.edit-site-page-header {
|
|
1437
1440
|
padding: 16px 48px;
|
|
@@ -1513,7 +1516,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1513
1516
|
contain: content;
|
|
1514
1517
|
}
|
|
1515
1518
|
|
|
1516
|
-
@keyframes
|
|
1519
|
+
@keyframes _omac0_slide-from-right {
|
|
1517
1520
|
from {
|
|
1518
1521
|
transform: translateX(50px);
|
|
1519
1522
|
opacity: 0;
|
|
@@ -1523,7 +1526,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1523
1526
|
opacity: 1;
|
|
1524
1527
|
}
|
|
1525
1528
|
}
|
|
1526
|
-
@keyframes
|
|
1529
|
+
@keyframes _omac0_slide-from-left {
|
|
1527
1530
|
from {
|
|
1528
1531
|
transform: translateX(-50px);
|
|
1529
1532
|
opacity: 0;
|
|
@@ -1579,10 +1582,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1579
1582
|
}
|
|
1580
1583
|
}
|
|
1581
1584
|
.edit-site-sidebar__screen-wrapper.slide-from-left {
|
|
1582
|
-
animation-name:
|
|
1585
|
+
animation-name: _omac0_slide-from-left;
|
|
1583
1586
|
}
|
|
1584
1587
|
.edit-site-sidebar__screen-wrapper.slide-from-right {
|
|
1585
|
-
animation-name:
|
|
1588
|
+
animation-name: _omac0_slide-from-right;
|
|
1586
1589
|
}
|
|
1587
1590
|
|
|
1588
1591
|
.edit-site-site-hub {
|
|
@@ -1691,7 +1694,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1691
1694
|
|
|
1692
1695
|
.edit-site-editor-canvas-container__section {
|
|
1693
1696
|
background: #fff;
|
|
1694
|
-
border-radius:
|
|
1697
|
+
border-radius: 8px;
|
|
1695
1698
|
bottom: 0;
|
|
1696
1699
|
left: 0;
|
|
1697
1700
|
overflow: hidden;
|