mirror of
https://github.com/nasa/openmct.git
synced 2025-03-10 22:43:55 +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 */
|
||||
$phoMaxW: 514px;
|
||||
$phoMaxH: 740px;
|
||||
|
||||
$tabMinW: 515px;
|
||||
$tabMinH: 741px;
|
||||
|
||||
$tabMaxW: 800px;
|
||||
$compMinW: 801px;
|
||||
$compMinH: 1281px;
|
||||
$tabMaxH: 1280px;
|
||||
|
||||
|
||||
$compMinW: 801px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user