Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 2fa6c01

Browse files
mikegleasonjrlynnmercier
authored andcommitted
fix(toolbar): Adjusting sibling elements on mobile landscape (#846)
1 parent 7f3e668 commit 2fa6c01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/mdc-toolbar/mdc-toolbar.scss

+5
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,11 @@
188188
.mdc-toolbar-fixed-adjust {
189189
margin-top: $mdc-toolbar-row-height;
190190

191+
@media (max-width: $mdc-toolbar-mobile-landscape-width-breakpoint)
192+
and (orientation: landscape) {
193+
margin-top: $mdc-toolbar-mobile-landscape-row-height;
194+
}
195+
191196
@media (max-width: $mdc-toolbar-mobile-breakpoint) {
192197
margin-top: $mdc-toolbar-mobile-row-height;
193198
}

0 commit comments

Comments
 (0)