We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
padding-top
space-100
1 parent 3a02288 commit 2bcc7bdCopy full SHA for 2bcc7bd
.changeset/hip-oranges-joke.md
@@ -0,0 +1,5 @@
1
+---
2
+'@shopify/polaris': minor
3
4
+
5
+[Navigation] Updated `padding-top` to `space-100` for small viewports
polaris-react/src/components/Navigation/Navigation.module.scss
@@ -57,14 +57,15 @@ $nav-max-width: 360px;
57
flex-direction: column;
58
align-items: stretch;
59
max-width: 100%;
60
-
61
- &:focus {
62
- outline: none;
63
- }
+ padding-top: var(--p-space-100);
64
65
@media #{$p-breakpoints-md-up} {
66
padding-top: var(--p-space-400);
67
}
+ &:focus {
+ outline: none;
68
+ }
69
70
71
.LogoContainer {
0 commit comments