Samller style adjustment

This commit is contained in:
barsdeveloper
2023-04-01 20:45:34 +02:00
parent c379ea27f9
commit a4d0bedfdc
7 changed files with 4699 additions and 4698 deletions

View File

@@ -76,6 +76,9 @@ ueb-blueprint[data-scrolling="false"][data-selecting="false"] ueb-node.ueb-node-
white-space: nowrap;
}
ueb-node.ueb-node-style-comment .ueb-node-top {
white-space: normal;
}
ueb-node.ueb-node-style-event .ueb-node-top {
display: flex;
justify-content: space-between;
@@ -330,7 +333,7 @@ ueb-node.ueb-node-style-comment .ueb-node-top {
padding: 3px 10px;
box-shadow: none;
border-radius: 0;
background: rgb(var(--ueb-node-color)) linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3));
background: rgb(var(--ueb-node-color)) linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
color: white;
font-size: 24px;
text-shadow: 2px 1px 1px #444, 0 0 2px #bbb;