Skip to content

Commit

Permalink
Fix stickies container height
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Tinland committed Apr 29, 2024
1 parent a87e150 commit 1e810dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/styles/components/spaces/space.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const spaceStyles = /* css */ `
z-index: 0;
}
.stickies__inner {
padding-block: 0;
background-color: var(--background);
box-shadow: none;
cursor: default;
Expand Down Expand Up @@ -115,9 +116,6 @@ export const spaceStyles = /* css */ `
opacity: 0.5;
transform: translateZ(0);
}
.space__label + .space__icon {
// margin-left: 0;
}
.stickies__inner .space__icon:first-child {
margin: 0;
}
Expand Down

0 comments on commit 1e810dd

Please sign in to comment.