mirror of
https://github.com/nasa/openmct.git
synced 2025-03-24 04:55:21 +00:00
[Mobile] Size Adjustment
Moved hamburger icon slightly up using the padding instead of margin.
This commit is contained in:
parent
b37ee19fbc
commit
91bd58215a
@ -2902,7 +2902,7 @@ label.checkbox.custom {
|
||||
/* line 25, ../sass/mobile/controls/_menus.scss */
|
||||
.mobile-menu-icon {
|
||||
font-size: 21px;
|
||||
margin-top: 1px; } }
|
||||
padding-top: 1px; } }
|
||||
@media screen and (min-device-width: 800px) and (min-device-height: 1025px), screen and (min-device-width: 1025px) and (min-device-height: 800px) {
|
||||
/* line 25, ../sass/mobile/controls/_menus.scss */
|
||||
.mobile-menu-icon {
|
||||
|
@ -26,7 +26,7 @@
|
||||
display: inline-block;
|
||||
@include phoneandtablet {
|
||||
font-size: 21px;
|
||||
margin-top: 1px;
|
||||
padding-top: $imageThumbPad;
|
||||
}
|
||||
@include desktop {
|
||||
display: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user