Misc Fixes 2

- Better approach to title in layout frames;
- Removed unneeded !important attribs;
This commit is contained in:
charlesh88
2019-04-16 23:31:59 -07:00
parent 3316500774
commit cf6458c69d
2 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -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;