mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 06:27:48 +00:00
d8ced8f635
open #250 open #157 Create button now hidden by default in mobile via usage of CSS; can be re-displayed by including 'example/mobile' bundle;
13 lines
256 B
JSON
13 lines
256 B
JSON
{
|
|
"name": "Mobile",
|
|
"description": "Allows elements with pertinence to mobile usage and development",
|
|
"extensions": {
|
|
"stylesheets": [
|
|
{
|
|
"stylesheetUrl": "css/mobile-example.css",
|
|
"priority": "mandatory"
|
|
}
|
|
]
|
|
}
|
|
}
|