mirror of
https://github.com/nasa/openmct.git
synced 2025-03-11 15:04:10 +00:00
[Mobile] Constants
Added constants to the mobile one with device height.
This commit is contained in:
parent
30a4f15330
commit
684a0e88a2
@ -22,7 +22,13 @@
|
|||||||
|
|
||||||
/************************** WINDOW DIMENSIONS FOR RWD */
|
/************************** WINDOW DIMENSIONS FOR RWD */
|
||||||
$phoMaxW: 514px;
|
$phoMaxW: 514px;
|
||||||
|
$phoMaxH: 740px;
|
||||||
|
|
||||||
$tabMinW: 515px;
|
$tabMinW: 515px;
|
||||||
|
$tabMinH: 741px;
|
||||||
|
|
||||||
$tabMaxW: 800px;
|
$tabMaxW: 800px;
|
||||||
$compMinW: 801px;
|
$tabMaxH: 1280px;
|
||||||
$compMinH: 1281px;
|
|
||||||
|
|
||||||
|
$compMinW: 801px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user