Skip to content

Commit 9669c8d

Browse files
Improve Pane width on iPad viewport (#2491)
1 parent e9c24b8 commit 9669c8d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/styles/components/_pane.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,17 @@
6969

7070
&--large {
7171
--neeto-ui-pane-wrapper-width: 50vw;
72+
min-width: 600px;
7273
}
7374

7475
&--extralarge {
7576
--neeto-ui-pane-wrapper-width: 90vw;
76-
}
77-
78-
@include mixins.viewport(tab-min) {
79-
width: 50%;
77+
min-width: 700px;
8078
}
8179

8280
@include mixins.viewport(mob) {
8381
width: 100%;
82+
min-width: 0;
8483
}
8584
}
8685

0 commit comments

Comments
 (0)