Skip to content

Commit d6c6de6

Browse files
committed
Remove labels also in the local header on mobile
1 parent b3593b1 commit d6c6de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/styles/src/components/header/_post-header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ post-header {
284284
align-items: center;
285285
}
286286

287-
> :is([slot='global-controls'], [slot='global-login'], [slot='post-togglebutton']) {
287+
> :is([slot='global-controls'], [slot='global-login'], [slot='post-togglebutton'], [slot='local-controls']) {
288288
@include media.only(mobile) {
289289
&:where(ul) > li > a,
290290
&:where(a, post-togglebutton) {

0 commit comments

Comments
 (0)