Skip to content

Commit

Permalink
chore: add missing styles to Puck CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Dec 11, 2023
1 parent a3a6e39 commit e4f43c9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/core/components/Puck/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
var(--puck-side-bar-width);
}

.Puck--leftSideBarVisible.Puck--rightSideBarVisible {
.Puck--leftSideBarVisible.Puck--rightSideBarVisible {
grid-template-columns:
var(--puck-side-bar-width) var(--puck-frame-width)
var(--puck-side-bar-width) var(--puck-frame-width)
var(--puck-side-bar-width);
}

Expand Down Expand Up @@ -177,6 +177,7 @@
}

.Puck-root {
border: 1px solid var(--puck-color-grey-8);
box-shadow: 0 0 0 calc(var(--puck-space-px) * 2) var(--puck-color-grey-10);
margin: var(--puck-space-px);
min-width: 321px;
Expand All @@ -189,6 +190,10 @@
}
}

.Puck--disableZoom .Puck-root {
zoom: 1;
}

.Puck-rightSideBar {
background: var(--puck-color-white);
border-left: 1px solid var(--puck-color-grey-8);
Expand Down

0 comments on commit e4f43c9

Please sign in to comment.