Skip to content

Commit 746fad3

Browse files
author
hikki
committed
2.0
1 parent 551e5ae commit 746fad3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

resources/assets/component.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,19 +83,20 @@
8383
.dot-selected>.dlp-label{background: white}
8484
.dot-body{padding:3px 0 3px 0;background: rgb(43 43 43);border-radius: 0 0 5px 5px;position: relative;}
8585
.dot-select{position: absolute;top:5px;left:0;bottom:5px;right:0;z-index: 1050;}
86-
.dot-select-cover{background: rgb(43 43 43);position: absolute;top:3px;left:0;bottom:3px;right:0;z-index: 1051;}
86+
.dot-select-cover{background: rgb(43 43 43);position: absolute;top:3px;left:0;bottom:3px;right:0;z-index: 1050;}
8787
.dot-select-cascade{
8888
display: flex;
8989
flex-direction: row;
9090
align-items:stretch;
9191
}
9292
.dot-cascade-stack{
9393
width: 100%;
94-
padding: 2px 0 2px 5px;
9594
border-radius: 3px;
9695
flex-grow:1;
9796
text-align: center;
97+
padding-left: 3px;
9898
}
99+
.dot-cascade-stack:first-child{padding: 0}
99100
.dot-cascade-stack>.dlp-label{
100101
display: block;
101102
max-width: unset;

0 commit comments

Comments
 (0)