mirror of
https://github.com/nasa/openmct.git
synced 2025-04-05 10:26:49 +00:00
[Mobile] Device
Adjusted Tablet slide Constant.
This commit is contained in:
parent
b7b5f87002
commit
85c6bda5c9
@ -746,7 +746,7 @@ mct-container {
|
||||
-o-transition-duration: 0.2s;
|
||||
-webkit-transition-duration: 0.2s;
|
||||
transition-duration: 0.2s;
|
||||
left: -399.5px; } }
|
||||
left: -512px; } }
|
||||
|
||||
@media screen and (max-device-width: 514px) and (max-device-height: 740px) and (orientation: portrait), screen and (max-device-height: 514px) and (max-device-width: 740px) and (orientation: landscape) {
|
||||
/* line 37, ../sass/mobile/_layout.scss */
|
||||
@ -783,7 +783,7 @@ mct-container {
|
||||
-o-transition-duration: 0.2s;
|
||||
-webkit-transition-duration: 0.2s;
|
||||
transition-duration: 0.2s;
|
||||
left: 399.5px; } }
|
||||
left: 512px; } }
|
||||
|
||||
/* line 60, ../sass/mobile/_layout.scss */
|
||||
.button-hide {
|
||||
@ -799,7 +799,7 @@ mct-container {
|
||||
@media screen and (min-device-width: 515px) and (max-device-width: 799px) and (min-device-height: 741px) and (max-device-height: 1024px) and (orientation: portrait), screen and (min-device-height: 515px) and (max-device-height: 799px) and (min-device-width: 741px) and (max-device-width: 1024px) and (orientation: landscape) {
|
||||
/* line 60, ../sass/mobile/_layout.scss */
|
||||
.button-hide {
|
||||
left: 399.5px; } }
|
||||
left: 512px; } }
|
||||
|
||||
/* line 71, ../sass/mobile/_layout.scss */
|
||||
.object-header-mobile {
|
||||
@ -811,7 +811,7 @@ mct-container {
|
||||
@media screen and (min-device-width: 515px) and (max-device-width: 799px) and (min-device-height: 741px) and (max-device-height: 1024px) and (orientation: portrait), screen and (min-device-height: 515px) and (max-device-height: 799px) and (min-device-width: 741px) and (max-device-width: 1024px) and (orientation: landscape) {
|
||||
/* line 71, ../sass/mobile/_layout.scss */
|
||||
.object-header-mobile {
|
||||
left: 39.95px; } }
|
||||
left: 51.2px; } }
|
||||
|
||||
/* line 81, ../sass/mobile/_layout.scss */
|
||||
.mobile-menu-icon {
|
||||
@ -828,7 +828,7 @@ mct-container {
|
||||
@media screen and (min-device-width: 515px) and (max-device-width: 799px) and (min-device-height: 741px) and (max-device-height: 1024px) and (orientation: portrait), screen and (min-device-height: 515px) and (max-device-height: 799px) and (min-device-width: 741px) and (max-device-width: 1024px) and (orientation: landscape) {
|
||||
/* line 88, ../sass/mobile/_layout.scss */
|
||||
.browse-manage {
|
||||
width: 399.5px; } }
|
||||
width: 512px; } }
|
||||
@media screen and (min-device-width: 800px) and (min-device-height: 1025px) and (orientation: portrait), screen and (min-device-height: 800px) and (min-device-width: 1025px) and (orientation: landscape) {
|
||||
/* line 88, ../sass/mobile/_layout.scss */
|
||||
.browse-manage {
|
||||
|
@ -63,7 +63,7 @@ $compHeight: "screen and #{$compWidLanCheck} and #{$compHeiLanCheck} and (orient
|
||||
//$compBoth: "screen and (min-device-width: #{$compMinW}) and (min-device-height: #{$compMinH})";
|
||||
|
||||
$leftPhone: $phoMaxW/2;
|
||||
$leftTab: $tabMaxW/2;
|
||||
$leftTab: $tabMaxH/2;
|
||||
|
||||
$hideRatioPhone: 1;
|
||||
$hideRatioTab: 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user