Skip to content

Commit 599a1e3

Browse files
committed
Mobile nav improvements
1 parent 130227c commit 599a1e3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pkg/shell/nav.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -734,8 +734,8 @@ $desktop: $phone + 1px;
734734

735735
// Mobile sizes
736736
@media (max-width: $phone) {
737-
#host-toggle > .pf-v6-c-button__text,
738-
#nav-system-item > .pf-v6-c-button__text,
737+
#host-toggle ,
738+
#nav-system-item ,
739739
button.ct-nav-toggle > .pf-v6-c-button__text {
740740
// Stretch to navbar
741741
block-size: 100%;

pkg/shell/shell.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ $desktop: $phone + 1px;
130130
}
131131

132132
.pf-v6-c-toolbar {
133-
--pf-v5-c-toolbar--BackgroundColor: transparent;
133+
--pf-v6-c-toolbar--BackgroundColor: transparent;
134134
}
135135

136136
@media (max-width: $phone) {
@@ -170,6 +170,7 @@ $desktop: $phone + 1px;
170170
.pf-v6-c-masthead {
171171
--pf-v6-c-masthead--inset: 0;
172172
--pf-v6-c-masthead--PaddingBlock: 0;
173+
--pf-v6-c-masthead--PaddingInline: 0;
173174
height: 100%;
174175
}
175176
}

0 commit comments

Comments
 (0)