mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-12 02:57:32 +08:00
Samller style adjustment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user