mirror of
https://github.com/nasa/openmct.git
synced 2025-02-05 02:29:21 +00:00
Change mobile constatnt to make hit area smaller
This commit is contained in:
parent
1ab48b6f50
commit
16253a921f
@ -33,7 +33,7 @@ $tabletItemH: floor(math.div($gridItemMobile, 3));
|
||||
$shellTimeConductorMobileH: 90px;
|
||||
|
||||
/************************** MOBILE TREE MENU DIMENSIONS */
|
||||
$mobileTreeItemH: 35px;
|
||||
$mobileTreeItemH: 30px;
|
||||
$mobileTreeItemIndent: 15px;
|
||||
$mobileTreeRightArrowW: 30px;
|
||||
|
||||
|
@ -78,6 +78,11 @@
|
||||
&.l-pane--collapsed {
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
body.mobile & {
|
||||
.l-shell__sync-tree-button .l-shell__reset-tree-button{
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -115,6 +115,7 @@
|
||||
color: $colorItemTreeFg;
|
||||
cursor: pointer;
|
||||
padding: $interiorMarginSm;
|
||||
margin-left: $interiorMarginSm;
|
||||
|
||||
&:hover {
|
||||
background-color: $colorItemTreeHoverBg;
|
||||
@ -136,6 +137,7 @@ body.mobile {
|
||||
}
|
||||
.c-recentobjects-listitem__wrapper{
|
||||
height: $mobileTreeItemH;
|
||||
align-items: center;
|
||||
margin-bottom: $interiorMarginSm;
|
||||
background: rgba(172, 172, 172, 0.1);
|
||||
border-radius: $interiorMarginSm;
|
||||
@ -143,4 +145,7 @@ body.mobile {
|
||||
.c-recentobjects-listitem{
|
||||
border-top: none;
|
||||
}
|
||||
.c-recentobjects-listitem__type-icon{
|
||||
margin-left: $interiorMargin;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user