ui: fix accidentally deleted USS for unregistered parameters (#1005)

This commit is contained in:
bd_ 2024-08-13 20:32:48 -07:00 committed by GitHub
parent 3eea882019
commit 467b0d4431
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -150,4 +150,24 @@ Label#f-default-param {
margin: 0 0 0 0;
overflow: hidden;
color: rgba(255, 255, 255, 0.4) !important;
}
}
.DetectedParameter {
flex-direction: row;
margin-top: 2px;
margin-bottom: 2px;
}
.DetectedParameter > Label {
flex-grow: 1;
align-self: center;
}
.SourceButton {
flex-grow: 0;
align-self: flex-end;
height: 24px;
width: 24px;
padding: 1px;
}