Skip to content

Commit 8401285

Browse files
authored
Merge pull request #1863 from merico-dev/tweak-panel-style
tweak panel style
2 parents f269310 + 76da639 commit 8401285

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtable/dashboard",
3-
"version": "14.58.7",
3+
"version": "14.58.8",
44
"license": "Apache-2.0",
55
"repository": {
66
"url": "https://github.com/merico-dev/table"

dashboard/src/components/panel/panel-render/panel-render-base.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,20 @@
4949
right: 16px;
5050
}
5151

52-
.panel-root:not(.panel-root--show-title) .panel-top-right-actions:has(> * > *) ~ .panel-viz-section {
52+
.panel-root:not(.panel-root--show-title)
53+
.panel-top-right-actions:has(div[id^='panel-addon-slot-'])
54+
~ .panel-viz-section {
5355
margin-top: 16px;
5456
height: calc(100% - 16px);
5557
}
5658

59+
.panel-root:not(.panel-root--show-title)
60+
.panel-top-right-actions:has(div[id^='panel-addon-slot-']:empty)
61+
~ .panel-viz-section {
62+
margin-top: 0;
63+
height: 100%;
64+
}
65+
5766
.panel-root .panel-viz-section {
5867
height: 100%;
5968
}

settings-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtable/settings-form",
3-
"version": "14.58.7",
3+
"version": "14.58.8",
44
"license": "Apache-2.0",
55
"repository": {
66
"url": "https://github.com/merico-dev/table"

0 commit comments

Comments
 (0)