Skip to content

Commit 2f5a705

Browse files
committed
chore: polish up panel UI so medium-ish screens that support the sidebar layout have enough space for the controls to close the modal / toggle the overall layout
1 parent da535ef commit 2f5a705

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/uikit-workshop/src/sass/scss/04-components/_pattern-info.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,12 @@
5454
.pl-c-pattern-info__panel {
5555
padding: 1rem;
5656

57+
@media all and (min-width: $pl-bp-med) {
58+
padding-right: 3rem;
59+
}
60+
5761
@media all and (min-width: $pl-bp-large) {
62+
padding-right: 1rem;
5863
flex: auto;
5964
position: absolute;
6065
top: 0;

0 commit comments

Comments
 (0)