mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
Bugfixes, added pin types, colors
This commit is contained in:
11
dist/css/ueb-style.css
vendored
11
dist/css/ueb-style.css
vendored
@@ -317,6 +317,13 @@ ueb-blueprint[data-scrolling=false][data-selecting=false] .ueb-node-wrapper {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
ueb-node.ueb-node-style-event .ueb-node-top {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
.ueb-node-style-default .ueb-node-top {
|
||||
padding: 3px 20px 2px 6px;
|
||||
box-shadow: inset 5px 1px 5px -3px rgba(255, 255, 255, 0.2509803922), inset 0 1px 2px 0 rgba(255, 255, 255, 0.2509803922);
|
||||
@@ -565,6 +572,10 @@ ueb-pin {
|
||||
min-height: 30px;
|
||||
}
|
||||
|
||||
.ueb-node-top ueb-pin {
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.ueb-zoom--10 ueb-pin {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user