Tweak the design of the RadioInput widget

This commit is contained in:
Keavon Chambers
2025-05-24 16:07:01 -07:00
parent 8a8e496058
commit 63cce26755
8 changed files with 55 additions and 49 deletions
+2 -2
View File
@@ -994,7 +994,7 @@
{/if}
<div class="details">
<!-- TODO: Allow the user to edit the name, just like in the Layers panel -->
<span>{node.displayName}</span>
<TextLabel>{node.displayName}</TextLabel>
</div>
<div class="solo-drag-grip" title="Drag only this layer without pushing others outside the stack"></div>
<IconButton
@@ -1585,7 +1585,7 @@
.details {
margin: 0 8px;
span {
.text-label {
white-space: nowrap;
line-height: 48px;
}