Skip to content

Commit 80fdca7

Browse files
committed
Merge branch 'develop' into feat/design-library-full-pages
2 parents ca8e0ea + 398f38b commit 80fdca7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Custom Blocks that transform your WordPress Block Editor into a page builder
1818

1919
> [Try our live demo](https://wpstackable.com/demo/?utm_source=wp-repo&utm_campaign=readme&utm_medium=link) | [Join the Facebook Community](https://www.facebook.com/groups/wpstackable/)
2020

21-
[youtube https://www.youtube.com/watch?v=xAOWZHAkG3E]
21+
[youtube https://www.youtube.com/watch?v=ZSo3t1l5tHQ]
2222

2323
## Transform Gutenberg into a Page Builder.
2424

src/components/design-library-list/editor.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.ugb-design-library-items {
22
page-break-inside: avoid;
33
break-inside: avoid;
4-
gap: 40px;
4+
gap: 30px;
55
display: grid;
66
grid-template-columns: 1fr 1fr 1fr;
77
align-items: center;
@@ -24,6 +24,7 @@
2424
}
2525
.ugb-modal-design-library__designs {
2626
overflow: auto;
27+
background: #f4f4f5;
2728
}
2829
.ugb-design-library-item {
2930
display: grid;
@@ -104,7 +105,7 @@
104105
// Toggle mode
105106
&.ugb-design-library-item--toggle footer {
106107
position: relative;
107-
padding: 16px 16px 24px;
108+
padding: 16px;
108109
display: flex;
109110
justify-content: space-between;
110111
> div {

0 commit comments

Comments
 (0)