Various styling fixes

This commit is contained in:
barsdeveloper
2023-05-21 02:21:52 +02:00
parent cccae45d7a
commit 6ed6d397a5
14 changed files with 80 additions and 42 deletions

View File

@@ -99,11 +99,16 @@ ueb-blueprint[data-scrolling="false"][data-selecting="false"] ueb-node.ueb-node-
.ueb-node-top {
grid-area: top;
color: #d0d0d0;
font-size: calc(var(--ueb-font-size) + 0.5px);
font-size: var(--ueb-font-size);
font-weight: 600;
line-height: 120%;
white-space: nowrap;
}
ueb-node.ueb-node-style-setter .ueb-node-top {
max-height: 5px;
}
ueb-node.ueb-node-style-comment .ueb-node-top {
white-space: normal;
}
@@ -140,7 +145,6 @@ ueb-node.ueb-node-style-event .ueb-node-top {
background: radial-gradient(ellipse 100% 100% at 40% 50%, rgba(0, 0, 0, 0.5) 20%, transparent 50%);
margin: -1px -15px;
padding: 2px 15px;
line-height: 120%;
}
.ueb-node-style-setter .ueb-node-name {