@wordpress/edit-site 6.4.0 → 6.5.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-pattern/index.js +6 -1
- package/build/components/add-new-pattern/index.js.map +1 -1
- package/build/components/add-new-post/index.js +2 -1
- package/build/components/add-new-post/index.js.map +1 -1
- package/build/components/add-new-template/utils.js +2 -2
- package/build/components/add-new-template/utils.js.map +1 -1
- package/build/components/editor/index.js +71 -20
- package/build/components/editor/index.js.map +1 -1
- package/build/components/global-styles/font-families.js +3 -4
- package/build/components/global-styles/font-families.js.map +1 -1
- package/build/components/global-styles/font-library-modal/context.js +0 -5
- package/build/components/global-styles/font-library-modal/context.js.map +1 -1
- package/build/components/global-styles/font-library-modal/font-collection.js +25 -5
- package/build/components/global-styles/font-library-modal/font-collection.js.map +1 -1
- package/build/components/global-styles/font-library-modal/index.js +1 -8
- package/build/components/global-styles/font-library-modal/index.js.map +1 -1
- package/build/components/global-styles/font-library-modal/installed-fonts.js +21 -6
- 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 +2 -3
- package/build/components/global-styles/font-library-modal/upload-fonts.js.map +1 -1
- package/build/components/global-styles/screen-typeset.js +40 -0
- package/build/components/global-styles/screen-typeset.js.map +1 -0
- package/build/components/global-styles/screen-typography-element.js +14 -0
- package/build/components/global-styles/screen-typography-element.js.map +1 -1
- package/build/components/global-styles/screen-typography.js +4 -6
- package/build/components/global-styles/screen-typography.js.map +1 -1
- package/build/components/global-styles/shadows-edit-panel.js +50 -59
- package/build/components/global-styles/shadows-edit-panel.js.map +1 -1
- package/build/components/global-styles/typeset-button.js +97 -0
- package/build/components/global-styles/typeset-button.js.map +1 -0
- package/build/components/global-styles/typeset.js +80 -0
- package/build/components/global-styles/typeset.js.map +1 -0
- package/build/components/global-styles/ui.js +4 -0
- package/build/components/global-styles/ui.js.map +1 -1
- package/build/components/global-styles/utils.js +10 -1
- package/build/components/global-styles/utils.js.map +1 -1
- package/build/components/page-patterns/fields.js +230 -0
- package/build/components/page-patterns/fields.js.map +1 -0
- package/build/components/page-patterns/index.js +8 -226
- package/build/components/page-patterns/index.js.map +1 -1
- package/build/components/page-patterns/use-patterns.js +26 -1
- package/build/components/page-patterns/use-patterns.js.map +1 -1
- package/build/components/page-templates/fields.js +169 -0
- package/build/components/page-templates/fields.js.map +1 -0
- package/build/components/page-templates/index.js +10 -177
- package/build/components/page-templates/index.js.map +1 -1
- package/build/components/post-edit/index.js +18 -6
- package/build/components/post-edit/index.js.map +1 -1
- package/build/components/post-fields/index.js +19 -15
- package/build/components/post-fields/index.js.map +1 -1
- package/build/components/post-list/index.js +125 -67
- package/build/components/post-list/index.js.map +1 -1
- package/build/components/sidebar-dataviews/add-new-view.js +2 -2
- package/build/components/sidebar-dataviews/add-new-view.js.map +1 -1
- package/build/components/sidebar-dataviews/dataview-item.js +2 -3
- package/build/components/sidebar-dataviews/dataview-item.js.map +1 -1
- package/build/components/sidebar-dataviews/default-views.js +81 -81
- package/build/components/sidebar-dataviews/default-views.js.map +1 -1
- package/build/components/sidebar-dataviews/index.js +3 -42
- package/build/components/sidebar-dataviews/index.js.map +1 -1
- package/build/components/site-hub/index.js +6 -3
- package/build/components/site-hub/index.js.map +1 -1
- package/build/components/style-book/index.js +22 -25
- package/build/components/style-book/index.js.map +1 -1
- package/build/components/sync-state-with-url/use-init-edited-entity-from-url.js +5 -0
- package/build/components/sync-state-with-url/use-init-edited-entity-from-url.js.map +1 -1
- package/build/hooks/push-changes-to-global-styles/index.js +2 -3
- package/build/hooks/push-changes-to-global-styles/index.js.map +1 -1
- package/build/hooks/use-theme-style-variations/use-theme-style-variations-by-property.js +2 -4
- package/build/hooks/use-theme-style-variations/use-theme-style-variations-by-property.js.map +1 -1
- package/build/index.js +0 -2
- package/build/index.js.map +1 -1
- package/build-module/components/add-new-pattern/index.js +6 -1
- package/build-module/components/add-new-pattern/index.js.map +1 -1
- package/build-module/components/add-new-post/index.js +2 -1
- package/build-module/components/add-new-post/index.js.map +1 -1
- package/build-module/components/add-new-template/utils.js +2 -2
- package/build-module/components/add-new-template/utils.js.map +1 -1
- package/build-module/components/editor/index.js +73 -22
- package/build-module/components/editor/index.js.map +1 -1
- package/build-module/components/global-styles/font-families.js +3 -4
- package/build-module/components/global-styles/font-families.js.map +1 -1
- package/build-module/components/global-styles/font-library-modal/context.js +0 -5
- package/build-module/components/global-styles/font-library-modal/context.js.map +1 -1
- package/build-module/components/global-styles/font-library-modal/font-collection.js +26 -6
- package/build-module/components/global-styles/font-library-modal/font-collection.js.map +1 -1
- package/build-module/components/global-styles/font-library-modal/index.js +1 -8
- package/build-module/components/global-styles/font-library-modal/index.js.map +1 -1
- package/build-module/components/global-styles/font-library-modal/installed-fonts.js +21 -6
- 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 +2 -3
- package/build-module/components/global-styles/font-library-modal/upload-fonts.js.map +1 -1
- package/build-module/components/global-styles/screen-typeset.js +34 -0
- package/build-module/components/global-styles/screen-typeset.js.map +1 -0
- package/build-module/components/global-styles/screen-typography-element.js +14 -0
- package/build-module/components/global-styles/screen-typography-element.js.map +1 -1
- package/build-module/components/global-styles/screen-typography.js +4 -6
- package/build-module/components/global-styles/screen-typography.js.map +1 -1
- package/build-module/components/global-styles/shadows-edit-panel.js +51 -60
- package/build-module/components/global-styles/shadows-edit-panel.js.map +1 -1
- package/build-module/components/global-styles/typeset-button.js +89 -0
- package/build-module/components/global-styles/typeset-button.js.map +1 -0
- package/build-module/components/global-styles/typeset.js +71 -0
- package/build-module/components/global-styles/typeset.js.map +1 -0
- package/build-module/components/global-styles/ui.js +4 -0
- package/build-module/components/global-styles/ui.js.map +1 -1
- package/build-module/components/global-styles/utils.js +10 -1
- package/build-module/components/global-styles/utils.js.map +1 -1
- package/build-module/components/page-patterns/fields.js +223 -0
- package/build-module/components/page-patterns/fields.js.map +1 -0
- package/build-module/components/page-patterns/index.js +11 -229
- package/build-module/components/page-patterns/index.js.map +1 -1
- package/build-module/components/page-patterns/use-patterns.js +26 -1
- package/build-module/components/page-patterns/use-patterns.js.map +1 -1
- package/build-module/components/page-templates/fields.js +160 -0
- package/build-module/components/page-templates/fields.js.map +1 -0
- package/build-module/components/page-templates/index.js +12 -178
- package/build-module/components/page-templates/index.js.map +1 -1
- package/build-module/components/post-edit/index.js +20 -8
- package/build-module/components/post-edit/index.js.map +1 -1
- package/build-module/components/post-fields/index.js +19 -15
- package/build-module/components/post-fields/index.js.map +1 -1
- package/build-module/components/post-list/index.js +127 -69
- package/build-module/components/post-list/index.js.map +1 -1
- package/build-module/components/sidebar-dataviews/add-new-view.js +2 -2
- package/build-module/components/sidebar-dataviews/add-new-view.js.map +1 -1
- package/build-module/components/sidebar-dataviews/dataview-item.js +2 -3
- package/build-module/components/sidebar-dataviews/dataview-item.js.map +1 -1
- package/build-module/components/sidebar-dataviews/default-views.js +81 -81
- package/build-module/components/sidebar-dataviews/default-views.js.map +1 -1
- package/build-module/components/sidebar-dataviews/index.js +3 -42
- package/build-module/components/sidebar-dataviews/index.js.map +1 -1
- package/build-module/components/site-hub/index.js +7 -4
- package/build-module/components/site-hub/index.js.map +1 -1
- package/build-module/components/style-book/index.js +23 -26
- 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 +5 -0
- package/build-module/components/sync-state-with-url/use-init-edited-entity-from-url.js.map +1 -1
- package/build-module/hooks/push-changes-to-global-styles/index.js +2 -3
- package/build-module/hooks/push-changes-to-global-styles/index.js.map +1 -1
- package/build-module/hooks/use-theme-style-variations/use-theme-style-variations-by-property.js +2 -3
- package/build-module/hooks/use-theme-style-variations/use-theme-style-variations-by-property.js.map +1 -1
- package/build-module/index.js +0 -2
- package/build-module/index.js.map +1 -1
- package/build-style/posts-rtl.css +190 -11
- package/build-style/posts.css +190 -11
- package/build-style/style-rtl.css +296 -55
- package/build-style/style.css +296 -55
- package/package.json +41 -41
- package/src/components/add-new-pattern/index.js +8 -3
- package/src/components/add-new-post/index.js +2 -1
- package/src/components/add-new-template/utils.js +10 -6
- package/src/components/editor/index.js +80 -22
- package/src/components/editor/style.scss +59 -1
- package/src/components/global-styles/font-families.js +3 -5
- package/src/components/global-styles/font-library-modal/context.js +0 -5
- package/src/components/global-styles/font-library-modal/font-collection.js +34 -10
- package/src/components/global-styles/font-library-modal/index.js +2 -7
- package/src/components/global-styles/font-library-modal/installed-fonts.js +23 -5
- package/src/components/global-styles/font-library-modal/style.scss +1 -1
- package/src/components/global-styles/font-library-modal/upload-fonts.js +2 -2
- package/src/components/global-styles/screen-typeset.js +42 -0
- package/src/components/global-styles/screen-typography-element.js +14 -0
- package/src/components/global-styles/screen-typography.js +4 -4
- package/src/components/global-styles/shadows-edit-panel.js +66 -73
- package/src/components/global-styles/style.scss +4 -7
- package/src/components/global-styles/typeset-button.js +93 -0
- package/src/components/global-styles/typeset.js +73 -0
- package/src/components/global-styles/ui.js +5 -0
- package/src/components/global-styles/utils.js +13 -1
- package/src/components/layout/style.scss +8 -0
- package/src/components/page-patterns/fields.js +251 -0
- package/src/components/page-patterns/index.js +15 -244
- package/src/components/page-patterns/style.scss +82 -85
- package/src/components/page-patterns/use-patterns.js +31 -1
- package/src/components/page-templates/fields.js +157 -0
- package/src/components/page-templates/index.js +19 -170
- package/src/components/page-templates/style.scss +14 -5
- package/src/components/post-edit/index.js +27 -8
- package/src/components/post-fields/index.js +29 -17
- package/src/components/post-list/index.js +134 -74
- package/src/components/sidebar-dataviews/add-new-view.js +2 -4
- package/src/components/sidebar-dataviews/dataview-item.js +2 -2
- package/src/components/sidebar-dataviews/default-views.js +95 -95
- package/src/components/sidebar-dataviews/index.js +3 -37
- package/src/components/site-hub/index.js +11 -2
- package/src/components/site-icon/style.scss +4 -1
- package/src/components/style-book/index.js +27 -32
- package/src/components/sync-state-with-url/use-init-edited-entity-from-url.js +5 -0
- package/src/hooks/push-changes-to-global-styles/index.js +2 -3
- package/src/hooks/use-theme-style-variations/use-theme-style-variations-by-property.js +2 -3
- package/src/index.js +0 -2
- package/build/utils/clone-deep.js +0 -15
- package/build/utils/clone-deep.js.map +0 -1
- package/build-module/utils/clone-deep.js +0 -9
- package/build-module/utils/clone-deep.js.map +0 -1
- package/src/utils/clone-deep.js +0 -8
|
@@ -34,6 +34,9 @@
|
|
|
34
34
|
* Grid System.
|
|
35
35
|
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
|
|
36
36
|
*/
|
|
37
|
+
/**
|
|
38
|
+
* Radius scale.
|
|
39
|
+
*/
|
|
37
40
|
/**
|
|
38
41
|
* Dimensions.
|
|
39
42
|
*/
|
|
@@ -116,7 +119,8 @@
|
|
|
116
119
|
flex-direction: column;
|
|
117
120
|
}
|
|
118
121
|
|
|
119
|
-
.dataviews__view-actions
|
|
122
|
+
.dataviews__view-actions,
|
|
123
|
+
.dataviews-filters__container {
|
|
120
124
|
box-sizing: border-box;
|
|
121
125
|
padding: 16px 48px;
|
|
122
126
|
flex-shrink: 0;
|
|
@@ -125,12 +129,14 @@
|
|
|
125
129
|
transition: padding ease-out 0.1s;
|
|
126
130
|
}
|
|
127
131
|
@media (prefers-reduced-motion: reduce) {
|
|
128
|
-
.dataviews__view-actions
|
|
132
|
+
.dataviews__view-actions,
|
|
133
|
+
.dataviews-filters__container {
|
|
129
134
|
transition-duration: 0s;
|
|
130
135
|
transition-delay: 0s;
|
|
131
136
|
}
|
|
132
137
|
}
|
|
133
|
-
.dataviews__view-actions .components-search-control .components-base-control__field
|
|
138
|
+
.dataviews__view-actions .components-search-control .components-base-control__field,
|
|
139
|
+
.dataviews-filters__container .components-search-control .components-base-control__field {
|
|
134
140
|
max-width: 240px;
|
|
135
141
|
}
|
|
136
142
|
|
|
@@ -204,10 +210,12 @@
|
|
|
204
210
|
|
|
205
211
|
/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
|
|
206
212
|
@container (max-width: 430px) {
|
|
207
|
-
.dataviews__view-actions
|
|
213
|
+
.dataviews__view-actions,
|
|
214
|
+
.dataviews-filters__container {
|
|
208
215
|
padding: 12px 24px;
|
|
209
216
|
}
|
|
210
|
-
.dataviews__view-actions .components-search-control .components-base-control__field
|
|
217
|
+
.dataviews__view-actions .components-search-control .components-base-control__field,
|
|
218
|
+
.dataviews-filters__container .components-search-control .components-base-control__field {
|
|
211
219
|
max-width: 112px;
|
|
212
220
|
}
|
|
213
221
|
|
|
@@ -271,6 +279,10 @@
|
|
|
271
279
|
position: relative;
|
|
272
280
|
}
|
|
273
281
|
|
|
282
|
+
.dataviews-filters__container {
|
|
283
|
+
padding-top: 0;
|
|
284
|
+
}
|
|
285
|
+
|
|
274
286
|
.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true], .dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover {
|
|
275
287
|
opacity: 0;
|
|
276
288
|
}
|
|
@@ -504,6 +516,33 @@
|
|
|
504
516
|
width: 24px;
|
|
505
517
|
}
|
|
506
518
|
|
|
519
|
+
.dataviews-filters__container-visibility-toggle {
|
|
520
|
+
position: relative;
|
|
521
|
+
flex-shrink: 0;
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
.dataviews-filters-toggle__count {
|
|
525
|
+
position: absolute;
|
|
526
|
+
top: 0;
|
|
527
|
+
left: 0;
|
|
528
|
+
transform: translate(-50%, -50%);
|
|
529
|
+
background: var(--wp-admin-theme-color, #3858e9);
|
|
530
|
+
height: 16px;
|
|
531
|
+
min-width: 16px;
|
|
532
|
+
line-height: 16px;
|
|
533
|
+
padding: 0 4px;
|
|
534
|
+
text-align: center;
|
|
535
|
+
border-radius: 8px;
|
|
536
|
+
font-size: 11px;
|
|
537
|
+
outline: var(--wp-admin-border-width-focus) solid #fff;
|
|
538
|
+
color: #fff;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
.dataviews-search {
|
|
542
|
+
width: -moz-fit-content;
|
|
543
|
+
width: fit-content;
|
|
544
|
+
}
|
|
545
|
+
|
|
507
546
|
.dataviews-pagination {
|
|
508
547
|
position: sticky;
|
|
509
548
|
bottom: 0;
|
|
@@ -553,6 +592,50 @@
|
|
|
553
592
|
margin: 0;
|
|
554
593
|
}
|
|
555
594
|
|
|
595
|
+
.dataviews-view-config {
|
|
596
|
+
width: 320px;
|
|
597
|
+
/* stylelint-disable-next-line property-no-unknown -- the linter needs to be updated to accepted the container-type property */
|
|
598
|
+
container-type: inline-size;
|
|
599
|
+
padding: 16px;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
.dataviews-view-config__sort-direction .components-toggle-group-control-option-base {
|
|
603
|
+
text-transform: uppercase;
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
.dataviews-settings-section__title.dataviews-settings-section__title {
|
|
607
|
+
line-height: 24px;
|
|
608
|
+
font-size: 15px;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
.dataviews-settings-section__sidebar {
|
|
612
|
+
grid-column: span 4;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
.dataviews-settings-section__content,
|
|
616
|
+
.dataviews-settings-section__content > * {
|
|
617
|
+
grid-column: span 8;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
.dataviews-settings-section__content .is-divided-in-two {
|
|
621
|
+
display: contents;
|
|
622
|
+
}
|
|
623
|
+
.dataviews-settings-section__content .is-divided-in-two > * {
|
|
624
|
+
grid-column: span 4;
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
|
|
628
|
+
@container (max-width: 500px) {
|
|
629
|
+
.dataviews-settings-section.dataviews-settings-section {
|
|
630
|
+
grid-template-columns: repeat(2, 1fr);
|
|
631
|
+
}
|
|
632
|
+
.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar {
|
|
633
|
+
grid-column: span 2;
|
|
634
|
+
}
|
|
635
|
+
.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content {
|
|
636
|
+
grid-column: span 2;
|
|
637
|
+
}
|
|
638
|
+
}
|
|
556
639
|
.dataviews-view-grid {
|
|
557
640
|
margin-bottom: auto;
|
|
558
641
|
grid-template-rows: max-content;
|
|
@@ -568,6 +651,7 @@
|
|
|
568
651
|
.dataviews-view-grid .dataviews-view-grid__card {
|
|
569
652
|
height: 100%;
|
|
570
653
|
justify-content: flex-start;
|
|
654
|
+
position: relative;
|
|
571
655
|
}
|
|
572
656
|
.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions {
|
|
573
657
|
padding: 8px 0 4px;
|
|
@@ -578,6 +662,10 @@
|
|
|
578
662
|
.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value {
|
|
579
663
|
color: #1e1e1e;
|
|
580
664
|
}
|
|
665
|
+
.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media::after {
|
|
666
|
+
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
|
|
667
|
+
box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color);
|
|
668
|
+
}
|
|
581
669
|
.dataviews-view-grid .dataviews-view-grid__media {
|
|
582
670
|
width: 100%;
|
|
583
671
|
min-height: 200px;
|
|
@@ -610,10 +698,18 @@
|
|
|
610
698
|
.dataviews-view-grid .dataviews-view-grid__fields:not(:empty) {
|
|
611
699
|
padding: 0 0 12px;
|
|
612
700
|
}
|
|
701
|
+
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty) {
|
|
702
|
+
min-height: 24px;
|
|
703
|
+
line-height: 20px;
|
|
704
|
+
padding-top: 2px;
|
|
705
|
+
}
|
|
613
706
|
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field {
|
|
614
707
|
align-items: flex-start;
|
|
615
708
|
min-height: 24px;
|
|
616
709
|
}
|
|
710
|
+
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))) {
|
|
711
|
+
display: none;
|
|
712
|
+
}
|
|
617
713
|
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column) {
|
|
618
714
|
align-items: center;
|
|
619
715
|
}
|
|
@@ -680,6 +776,19 @@
|
|
|
680
776
|
display: none;
|
|
681
777
|
}
|
|
682
778
|
|
|
779
|
+
.dataviews-view-grid__card .dataviews-selection-checkbox {
|
|
780
|
+
position: absolute;
|
|
781
|
+
top: -9999em;
|
|
782
|
+
right: 8px;
|
|
783
|
+
z-index: 1;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
.dataviews-view-grid__card:hover .dataviews-selection-checkbox,
|
|
787
|
+
.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,
|
|
788
|
+
.dataviews-view-grid__card.is-selected .dataviews-selection-checkbox {
|
|
789
|
+
top: 8px;
|
|
790
|
+
}
|
|
791
|
+
|
|
683
792
|
.dataviews-view-list {
|
|
684
793
|
margin: 0 0 auto;
|
|
685
794
|
}
|
|
@@ -820,7 +929,10 @@
|
|
|
820
929
|
display: none;
|
|
821
930
|
}
|
|
822
931
|
.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value {
|
|
823
|
-
|
|
932
|
+
min-height: 24px;
|
|
933
|
+
line-height: 20px;
|
|
934
|
+
display: flex;
|
|
935
|
+
align-items: center;
|
|
824
936
|
}
|
|
825
937
|
.dataviews-view-list + .dataviews-pagination {
|
|
826
938
|
justify-content: space-between;
|
|
@@ -997,6 +1109,63 @@
|
|
|
997
1109
|
}
|
|
998
1110
|
}
|
|
999
1111
|
|
|
1112
|
+
.dataforms-layouts-panel__field {
|
|
1113
|
+
width: 100%;
|
|
1114
|
+
min-height: 32px;
|
|
1115
|
+
justify-content: flex-start !important;
|
|
1116
|
+
align-items: flex-start !important;
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
.dataforms-layouts-panel__field-label {
|
|
1120
|
+
width: 38%;
|
|
1121
|
+
flex-shrink: 0;
|
|
1122
|
+
min-height: 32px;
|
|
1123
|
+
display: flex;
|
|
1124
|
+
align-items: center;
|
|
1125
|
+
padding: 6px 0;
|
|
1126
|
+
line-height: 20px;
|
|
1127
|
+
-webkit-hyphens: auto;
|
|
1128
|
+
hyphens: auto;
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1131
|
+
.dataforms-layouts-panel__field-control {
|
|
1132
|
+
flex-grow: 1;
|
|
1133
|
+
min-height: 32px;
|
|
1134
|
+
display: flex;
|
|
1135
|
+
align-items: center;
|
|
1136
|
+
}
|
|
1137
|
+
.dataforms-layouts-panel__field-control .components-button {
|
|
1138
|
+
max-width: 100%;
|
|
1139
|
+
text-align: right;
|
|
1140
|
+
white-space: normal;
|
|
1141
|
+
text-wrap: balance;
|
|
1142
|
+
text-wrap: pretty;
|
|
1143
|
+
min-height: 32px;
|
|
1144
|
+
}
|
|
1145
|
+
.dataforms-layouts-panel__field-control .components-dropdown {
|
|
1146
|
+
max-width: 100%;
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
.dataforms-layouts-panel__field-dropdown .components-popover__content {
|
|
1150
|
+
min-width: 320px;
|
|
1151
|
+
padding: 16px;
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
.dataforms-layouts-panel__dropdown-header {
|
|
1155
|
+
margin-bottom: 16px;
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
[class].dataforms-layouts-panel__dropdown-header-action {
|
|
1159
|
+
height: 24px;
|
|
1160
|
+
}
|
|
1161
|
+
[class].dataforms-layouts-panel__dropdown-header-action.has-icon {
|
|
1162
|
+
min-width: 24px;
|
|
1163
|
+
padding: 0;
|
|
1164
|
+
}
|
|
1165
|
+
[class].dataforms-layouts-panel__dropdown-header-action:not(.has-icon) {
|
|
1166
|
+
text-decoration: underline;
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1000
1169
|
.edit-site-layout {
|
|
1001
1170
|
height: 100%;
|
|
1002
1171
|
background: #1e1e1e;
|
|
@@ -1132,6 +1301,13 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1132
1301
|
animation-delay: 255ms;
|
|
1133
1302
|
}
|
|
1134
1303
|
|
|
1304
|
+
@media (prefers-reduced-motion) {
|
|
1305
|
+
::view-transition-group(*),
|
|
1306
|
+
::view-transition-old(*),
|
|
1307
|
+
::view-transition-new(*) {
|
|
1308
|
+
animation: none !important;
|
|
1309
|
+
}
|
|
1310
|
+
}
|
|
1135
1311
|
/* stylelint-enable */
|
|
1136
1312
|
.edit-site-layout.is-full-canvas .edit-site-layout__sidebar-region .edit-site-layout__view-mode-toggle {
|
|
1137
1313
|
display: none;
|
|
@@ -1340,7 +1516,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1340
1516
|
contain: content;
|
|
1341
1517
|
}
|
|
1342
1518
|
|
|
1343
|
-
@keyframes
|
|
1519
|
+
@keyframes _2uf3v_slide-from-right {
|
|
1344
1520
|
from {
|
|
1345
1521
|
transform: translateX(-50px);
|
|
1346
1522
|
opacity: 0;
|
|
@@ -1350,7 +1526,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1350
1526
|
opacity: 1;
|
|
1351
1527
|
}
|
|
1352
1528
|
}
|
|
1353
|
-
@keyframes
|
|
1529
|
+
@keyframes _2uf3v_slide-from-left {
|
|
1354
1530
|
from {
|
|
1355
1531
|
transform: translateX(50px);
|
|
1356
1532
|
opacity: 0;
|
|
@@ -1406,10 +1582,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1406
1582
|
}
|
|
1407
1583
|
}
|
|
1408
1584
|
.edit-site-sidebar__screen-wrapper.slide-from-left {
|
|
1409
|
-
animation-name:
|
|
1585
|
+
animation-name: _2uf3v_slide-from-left;
|
|
1410
1586
|
}
|
|
1411
1587
|
.edit-site-sidebar__screen-wrapper.slide-from-right {
|
|
1412
|
-
animation-name:
|
|
1588
|
+
animation-name: _2uf3v_slide-from-right;
|
|
1413
1589
|
}
|
|
1414
1590
|
|
|
1415
1591
|
.edit-site-site-hub {
|
|
@@ -1485,9 +1661,11 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1485
1661
|
|
|
1486
1662
|
.edit-site-site-icon__icon {
|
|
1487
1663
|
fill: currentColor;
|
|
1664
|
+
width: 100%;
|
|
1665
|
+
height: 100%;
|
|
1488
1666
|
}
|
|
1489
1667
|
.edit-site-layout.is-full-canvas .edit-site-site-icon__icon {
|
|
1490
|
-
padding:
|
|
1668
|
+
padding: 12px;
|
|
1491
1669
|
}
|
|
1492
1670
|
|
|
1493
1671
|
.edit-site-site-icon__image {
|
|
@@ -1495,6 +1673,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1495
1673
|
height: 100%;
|
|
1496
1674
|
object-fit: cover;
|
|
1497
1675
|
background: #333;
|
|
1676
|
+
aspect-ratio: 1/1;
|
|
1498
1677
|
}
|
|
1499
1678
|
.edit-site-layout.is-full-canvas .edit-site-site-icon__image {
|
|
1500
1679
|
border-radius: 0;
|
package/build-style/posts.css
CHANGED
|
@@ -34,6 +34,9 @@
|
|
|
34
34
|
* Grid System.
|
|
35
35
|
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
|
|
36
36
|
*/
|
|
37
|
+
/**
|
|
38
|
+
* Radius scale.
|
|
39
|
+
*/
|
|
37
40
|
/**
|
|
38
41
|
* Dimensions.
|
|
39
42
|
*/
|
|
@@ -116,7 +119,8 @@
|
|
|
116
119
|
flex-direction: column;
|
|
117
120
|
}
|
|
118
121
|
|
|
119
|
-
.dataviews__view-actions
|
|
122
|
+
.dataviews__view-actions,
|
|
123
|
+
.dataviews-filters__container {
|
|
120
124
|
box-sizing: border-box;
|
|
121
125
|
padding: 16px 48px;
|
|
122
126
|
flex-shrink: 0;
|
|
@@ -125,12 +129,14 @@
|
|
|
125
129
|
transition: padding ease-out 0.1s;
|
|
126
130
|
}
|
|
127
131
|
@media (prefers-reduced-motion: reduce) {
|
|
128
|
-
.dataviews__view-actions
|
|
132
|
+
.dataviews__view-actions,
|
|
133
|
+
.dataviews-filters__container {
|
|
129
134
|
transition-duration: 0s;
|
|
130
135
|
transition-delay: 0s;
|
|
131
136
|
}
|
|
132
137
|
}
|
|
133
|
-
.dataviews__view-actions .components-search-control .components-base-control__field
|
|
138
|
+
.dataviews__view-actions .components-search-control .components-base-control__field,
|
|
139
|
+
.dataviews-filters__container .components-search-control .components-base-control__field {
|
|
134
140
|
max-width: 240px;
|
|
135
141
|
}
|
|
136
142
|
|
|
@@ -204,10 +210,12 @@
|
|
|
204
210
|
|
|
205
211
|
/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
|
|
206
212
|
@container (max-width: 430px) {
|
|
207
|
-
.dataviews__view-actions
|
|
213
|
+
.dataviews__view-actions,
|
|
214
|
+
.dataviews-filters__container {
|
|
208
215
|
padding: 12px 24px;
|
|
209
216
|
}
|
|
210
|
-
.dataviews__view-actions .components-search-control .components-base-control__field
|
|
217
|
+
.dataviews__view-actions .components-search-control .components-base-control__field,
|
|
218
|
+
.dataviews-filters__container .components-search-control .components-base-control__field {
|
|
211
219
|
max-width: 112px;
|
|
212
220
|
}
|
|
213
221
|
|
|
@@ -271,6 +279,10 @@
|
|
|
271
279
|
position: relative;
|
|
272
280
|
}
|
|
273
281
|
|
|
282
|
+
.dataviews-filters__container {
|
|
283
|
+
padding-top: 0;
|
|
284
|
+
}
|
|
285
|
+
|
|
274
286
|
.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true], .dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover {
|
|
275
287
|
opacity: 0;
|
|
276
288
|
}
|
|
@@ -504,6 +516,33 @@
|
|
|
504
516
|
width: 24px;
|
|
505
517
|
}
|
|
506
518
|
|
|
519
|
+
.dataviews-filters__container-visibility-toggle {
|
|
520
|
+
position: relative;
|
|
521
|
+
flex-shrink: 0;
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
.dataviews-filters-toggle__count {
|
|
525
|
+
position: absolute;
|
|
526
|
+
top: 0;
|
|
527
|
+
right: 0;
|
|
528
|
+
transform: translate(50%, -50%);
|
|
529
|
+
background: var(--wp-admin-theme-color, #3858e9);
|
|
530
|
+
height: 16px;
|
|
531
|
+
min-width: 16px;
|
|
532
|
+
line-height: 16px;
|
|
533
|
+
padding: 0 4px;
|
|
534
|
+
text-align: center;
|
|
535
|
+
border-radius: 8px;
|
|
536
|
+
font-size: 11px;
|
|
537
|
+
outline: var(--wp-admin-border-width-focus) solid #fff;
|
|
538
|
+
color: #fff;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
.dataviews-search {
|
|
542
|
+
width: -moz-fit-content;
|
|
543
|
+
width: fit-content;
|
|
544
|
+
}
|
|
545
|
+
|
|
507
546
|
.dataviews-pagination {
|
|
508
547
|
position: sticky;
|
|
509
548
|
bottom: 0;
|
|
@@ -553,6 +592,50 @@
|
|
|
553
592
|
margin: 0;
|
|
554
593
|
}
|
|
555
594
|
|
|
595
|
+
.dataviews-view-config {
|
|
596
|
+
width: 320px;
|
|
597
|
+
/* stylelint-disable-next-line property-no-unknown -- the linter needs to be updated to accepted the container-type property */
|
|
598
|
+
container-type: inline-size;
|
|
599
|
+
padding: 16px;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
.dataviews-view-config__sort-direction .components-toggle-group-control-option-base {
|
|
603
|
+
text-transform: uppercase;
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
.dataviews-settings-section__title.dataviews-settings-section__title {
|
|
607
|
+
line-height: 24px;
|
|
608
|
+
font-size: 15px;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
.dataviews-settings-section__sidebar {
|
|
612
|
+
grid-column: span 4;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
.dataviews-settings-section__content,
|
|
616
|
+
.dataviews-settings-section__content > * {
|
|
617
|
+
grid-column: span 8;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
.dataviews-settings-section__content .is-divided-in-two {
|
|
621
|
+
display: contents;
|
|
622
|
+
}
|
|
623
|
+
.dataviews-settings-section__content .is-divided-in-two > * {
|
|
624
|
+
grid-column: span 4;
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
|
|
628
|
+
@container (max-width: 500px) {
|
|
629
|
+
.dataviews-settings-section.dataviews-settings-section {
|
|
630
|
+
grid-template-columns: repeat(2, 1fr);
|
|
631
|
+
}
|
|
632
|
+
.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar {
|
|
633
|
+
grid-column: span 2;
|
|
634
|
+
}
|
|
635
|
+
.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content {
|
|
636
|
+
grid-column: span 2;
|
|
637
|
+
}
|
|
638
|
+
}
|
|
556
639
|
.dataviews-view-grid {
|
|
557
640
|
margin-bottom: auto;
|
|
558
641
|
grid-template-rows: max-content;
|
|
@@ -568,6 +651,7 @@
|
|
|
568
651
|
.dataviews-view-grid .dataviews-view-grid__card {
|
|
569
652
|
height: 100%;
|
|
570
653
|
justify-content: flex-start;
|
|
654
|
+
position: relative;
|
|
571
655
|
}
|
|
572
656
|
.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions {
|
|
573
657
|
padding: 8px 0 4px;
|
|
@@ -578,6 +662,10 @@
|
|
|
578
662
|
.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value {
|
|
579
663
|
color: #1e1e1e;
|
|
580
664
|
}
|
|
665
|
+
.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media::after {
|
|
666
|
+
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
|
|
667
|
+
box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color);
|
|
668
|
+
}
|
|
581
669
|
.dataviews-view-grid .dataviews-view-grid__media {
|
|
582
670
|
width: 100%;
|
|
583
671
|
min-height: 200px;
|
|
@@ -610,10 +698,18 @@
|
|
|
610
698
|
.dataviews-view-grid .dataviews-view-grid__fields:not(:empty) {
|
|
611
699
|
padding: 0 0 12px;
|
|
612
700
|
}
|
|
701
|
+
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty) {
|
|
702
|
+
min-height: 24px;
|
|
703
|
+
line-height: 20px;
|
|
704
|
+
padding-top: 2px;
|
|
705
|
+
}
|
|
613
706
|
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field {
|
|
614
707
|
align-items: flex-start;
|
|
615
708
|
min-height: 24px;
|
|
616
709
|
}
|
|
710
|
+
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))) {
|
|
711
|
+
display: none;
|
|
712
|
+
}
|
|
617
713
|
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column) {
|
|
618
714
|
align-items: center;
|
|
619
715
|
}
|
|
@@ -680,6 +776,19 @@
|
|
|
680
776
|
display: none;
|
|
681
777
|
}
|
|
682
778
|
|
|
779
|
+
.dataviews-view-grid__card .dataviews-selection-checkbox {
|
|
780
|
+
position: absolute;
|
|
781
|
+
top: -9999em;
|
|
782
|
+
left: 8px;
|
|
783
|
+
z-index: 1;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
.dataviews-view-grid__card:hover .dataviews-selection-checkbox,
|
|
787
|
+
.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,
|
|
788
|
+
.dataviews-view-grid__card.is-selected .dataviews-selection-checkbox {
|
|
789
|
+
top: 8px;
|
|
790
|
+
}
|
|
791
|
+
|
|
683
792
|
.dataviews-view-list {
|
|
684
793
|
margin: 0 0 auto;
|
|
685
794
|
}
|
|
@@ -820,7 +929,10 @@
|
|
|
820
929
|
display: none;
|
|
821
930
|
}
|
|
822
931
|
.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value {
|
|
823
|
-
|
|
932
|
+
min-height: 24px;
|
|
933
|
+
line-height: 20px;
|
|
934
|
+
display: flex;
|
|
935
|
+
align-items: center;
|
|
824
936
|
}
|
|
825
937
|
.dataviews-view-list + .dataviews-pagination {
|
|
826
938
|
justify-content: space-between;
|
|
@@ -997,6 +1109,63 @@
|
|
|
997
1109
|
}
|
|
998
1110
|
}
|
|
999
1111
|
|
|
1112
|
+
.dataforms-layouts-panel__field {
|
|
1113
|
+
width: 100%;
|
|
1114
|
+
min-height: 32px;
|
|
1115
|
+
justify-content: flex-start !important;
|
|
1116
|
+
align-items: flex-start !important;
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
.dataforms-layouts-panel__field-label {
|
|
1120
|
+
width: 38%;
|
|
1121
|
+
flex-shrink: 0;
|
|
1122
|
+
min-height: 32px;
|
|
1123
|
+
display: flex;
|
|
1124
|
+
align-items: center;
|
|
1125
|
+
padding: 6px 0;
|
|
1126
|
+
line-height: 20px;
|
|
1127
|
+
-webkit-hyphens: auto;
|
|
1128
|
+
hyphens: auto;
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1131
|
+
.dataforms-layouts-panel__field-control {
|
|
1132
|
+
flex-grow: 1;
|
|
1133
|
+
min-height: 32px;
|
|
1134
|
+
display: flex;
|
|
1135
|
+
align-items: center;
|
|
1136
|
+
}
|
|
1137
|
+
.dataforms-layouts-panel__field-control .components-button {
|
|
1138
|
+
max-width: 100%;
|
|
1139
|
+
text-align: left;
|
|
1140
|
+
white-space: normal;
|
|
1141
|
+
text-wrap: balance;
|
|
1142
|
+
text-wrap: pretty;
|
|
1143
|
+
min-height: 32px;
|
|
1144
|
+
}
|
|
1145
|
+
.dataforms-layouts-panel__field-control .components-dropdown {
|
|
1146
|
+
max-width: 100%;
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
.dataforms-layouts-panel__field-dropdown .components-popover__content {
|
|
1150
|
+
min-width: 320px;
|
|
1151
|
+
padding: 16px;
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
.dataforms-layouts-panel__dropdown-header {
|
|
1155
|
+
margin-bottom: 16px;
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
[class].dataforms-layouts-panel__dropdown-header-action {
|
|
1159
|
+
height: 24px;
|
|
1160
|
+
}
|
|
1161
|
+
[class].dataforms-layouts-panel__dropdown-header-action.has-icon {
|
|
1162
|
+
min-width: 24px;
|
|
1163
|
+
padding: 0;
|
|
1164
|
+
}
|
|
1165
|
+
[class].dataforms-layouts-panel__dropdown-header-action:not(.has-icon) {
|
|
1166
|
+
text-decoration: underline;
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1000
1169
|
.edit-site-layout {
|
|
1001
1170
|
height: 100%;
|
|
1002
1171
|
background: #1e1e1e;
|
|
@@ -1132,6 +1301,13 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1132
1301
|
animation-delay: 255ms;
|
|
1133
1302
|
}
|
|
1134
1303
|
|
|
1304
|
+
@media (prefers-reduced-motion) {
|
|
1305
|
+
::view-transition-group(*),
|
|
1306
|
+
::view-transition-old(*),
|
|
1307
|
+
::view-transition-new(*) {
|
|
1308
|
+
animation: none !important;
|
|
1309
|
+
}
|
|
1310
|
+
}
|
|
1135
1311
|
/* stylelint-enable */
|
|
1136
1312
|
.edit-site-layout.is-full-canvas .edit-site-layout__sidebar-region .edit-site-layout__view-mode-toggle {
|
|
1137
1313
|
display: none;
|
|
@@ -1340,7 +1516,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1340
1516
|
contain: content;
|
|
1341
1517
|
}
|
|
1342
1518
|
|
|
1343
|
-
@keyframes
|
|
1519
|
+
@keyframes _2uf3v_slide-from-right {
|
|
1344
1520
|
from {
|
|
1345
1521
|
transform: translateX(50px);
|
|
1346
1522
|
opacity: 0;
|
|
@@ -1350,7 +1526,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1350
1526
|
opacity: 1;
|
|
1351
1527
|
}
|
|
1352
1528
|
}
|
|
1353
|
-
@keyframes
|
|
1529
|
+
@keyframes _2uf3v_slide-from-left {
|
|
1354
1530
|
from {
|
|
1355
1531
|
transform: translateX(-50px);
|
|
1356
1532
|
opacity: 0;
|
|
@@ -1406,10 +1582,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1406
1582
|
}
|
|
1407
1583
|
}
|
|
1408
1584
|
.edit-site-sidebar__screen-wrapper.slide-from-left {
|
|
1409
|
-
animation-name:
|
|
1585
|
+
animation-name: _2uf3v_slide-from-left;
|
|
1410
1586
|
}
|
|
1411
1587
|
.edit-site-sidebar__screen-wrapper.slide-from-right {
|
|
1412
|
-
animation-name:
|
|
1588
|
+
animation-name: _2uf3v_slide-from-right;
|
|
1413
1589
|
}
|
|
1414
1590
|
|
|
1415
1591
|
.edit-site-site-hub {
|
|
@@ -1485,9 +1661,11 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1485
1661
|
|
|
1486
1662
|
.edit-site-site-icon__icon {
|
|
1487
1663
|
fill: currentColor;
|
|
1664
|
+
width: 100%;
|
|
1665
|
+
height: 100%;
|
|
1488
1666
|
}
|
|
1489
1667
|
.edit-site-layout.is-full-canvas .edit-site-site-icon__icon {
|
|
1490
|
-
padding:
|
|
1668
|
+
padding: 12px;
|
|
1491
1669
|
}
|
|
1492
1670
|
|
|
1493
1671
|
.edit-site-site-icon__image {
|
|
@@ -1495,6 +1673,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1495
1673
|
height: 100%;
|
|
1496
1674
|
object-fit: cover;
|
|
1497
1675
|
background: #333;
|
|
1676
|
+
aspect-ratio: 1/1;
|
|
1498
1677
|
}
|
|
1499
1678
|
.edit-site-layout.is-full-canvas .edit-site-site-icon__image {
|
|
1500
1679
|
border-radius: 0;
|