mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 14:48:13 +00:00
Misc Fixes 2
- Better approach to title in layout frames; - Removed unneeded !important attribs;
This commit is contained in:
@ -22,6 +22,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<layout-frame :item="item"
|
<layout-frame :item="item"
|
||||||
:grid-size="gridSize"
|
:grid-size="gridSize"
|
||||||
|
:title="domainObject && domainObject.name"
|
||||||
@move="(gridDelta) => $emit('move', gridDelta)"
|
@move="(gridDelta) => $emit('move', gridDelta)"
|
||||||
@endMove="() => $emit('endMove')">
|
@endMove="() => $emit('endMove')">
|
||||||
<object-frame v-if="domainObject"
|
<object-frame v-if="domainObject"
|
||||||
|
@ -194,8 +194,8 @@
|
|||||||
/********************************* STYLES FOR DESKTOP COLLAPSED PANES, ALL ORIENTATIONS */
|
/********************************* STYLES FOR DESKTOP COLLAPSED PANES, ALL ORIENTATIONS */
|
||||||
$d: nth($splitterBtnD, 1);
|
$d: nth($splitterBtnD, 1);
|
||||||
flex-basis: $d;
|
flex-basis: $d;
|
||||||
min-width: $d !important;
|
min-width: $d;
|
||||||
min-height: $d !important;
|
min-height: $d;
|
||||||
|
|
||||||
> .l-pane__handle {
|
> .l-pane__handle {
|
||||||
display: none;
|
display: none;
|
||||||
|
Reference in New Issue
Block a user