mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 12:35:46 +03:00
💄 Improve display of node input-/output-labels
This commit is contained in:
parent
ce69b349cf
commit
6d1be05f56
@ -2026,10 +2026,12 @@ export default mixins(
|
|||||||
|
|
||||||
.connection-input-name-label,
|
.connection-input-name-label,
|
||||||
.connection-output-name-label {
|
.connection-output-name-label {
|
||||||
background-color: rgba( $--custom-node-view-background, 0.9 );
|
border-radius: 7px;
|
||||||
line-height: 1.3em;
|
background-color: rgba( $--custom-node-view-background, 0.8 );
|
||||||
font-size: 0.7em;
|
font-size: 0.7em;
|
||||||
padding: 3px;
|
line-height: 1.3em;
|
||||||
|
padding: 2px 3px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.delete-connection {
|
.delete-connection {
|
||||||
@ -2067,8 +2069,11 @@ export default mixins(
|
|||||||
|
|
||||||
.node-input-endpoint-label,
|
.node-input-endpoint-label,
|
||||||
.node-output-endpoint-label {
|
.node-output-endpoint-label {
|
||||||
font-size: 0.7em;
|
|
||||||
background-color: $--custom-node-view-background;
|
background-color: $--custom-node-view-background;
|
||||||
|
border-radius: 7px;
|
||||||
|
font-size: 0.7em;
|
||||||
|
padding: 2px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.node-input-endpoint-label {
|
.node-input-endpoint-label {
|
||||||
|
Loading…
Reference in New Issue
Block a user