mirror of
https://github.com/nasa/openmct.git
synced 2025-05-14 14:33:26 +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 */
|
/* line 25, ../sass/mobile/controls/_menus.scss */
|
||||||
.mobile-menu-icon {
|
.mobile-menu-icon {
|
||||||
font-size: 21px;
|
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) {
|
@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 */
|
/* line 25, ../sass/mobile/controls/_menus.scss */
|
||||||
.mobile-menu-icon {
|
.mobile-menu-icon {
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
@include phoneandtablet {
|
@include phoneandtablet {
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
margin-top: 1px;
|
padding-top: $imageThumbPad;
|
||||||
}
|
}
|
||||||
@include desktop {
|
@include desktop {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user