mirror of
https://github.com/nasa/openmct.git
synced 2025-05-02 08:43:17 +00:00
[Frontend] Plot legend minor cleanups
WTD-1404 WTD-1386
This commit is contained in:
parent
abef44f37d
commit
c24a459f66
@ -92,7 +92,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "window",
|
"key": "window",
|
||||||
"name": "Open in a new tab",
|
"name": "Open In New Tab",
|
||||||
"implementation": "windowing/NewTabAction.js",
|
"implementation": "windowing/NewTabAction.js",
|
||||||
"description": "Open in a new browser tab",
|
"description": "Open in a new browser tab",
|
||||||
"category": ["view-control", "contextual"],
|
"category": ["view-control", "contextual"],
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
$yBarW: 60px;
|
$yBarW: 60px;
|
||||||
$yLabelW: auto;
|
$yLabelW: auto;
|
||||||
$xBarH: 32px;
|
$xBarH: 32px;
|
||||||
$legendH: 24px;
|
$legendH: 20px;
|
||||||
$colorHash: rgba(white, 0.3);
|
$colorHash: rgba(white, 0.3);
|
||||||
$styleHash: dashed;
|
$styleHash: dashed;
|
||||||
$swatchD: 8px;
|
$swatchD: 8px;
|
||||||
@ -201,6 +201,7 @@ $plotDisplayArea: ($legendH + $interiorMargin, 0, $xBarH + $interiorMargin, $yBa
|
|||||||
.legend-item {
|
.legend-item {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: $interiorMarginLg;
|
margin-right: $interiorMarginLg;
|
||||||
|
margin-bottom: $interiorMarginSm;
|
||||||
span {
|
span {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user