mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-29 05:28:28 -06:00
Added Tooltips and Misc Fixes
This commit is contained in:
@ -211,8 +211,9 @@ const AlertSoundNode = ({ id, data }) => {
|
||||
{data?.label || "Alert Sound"}
|
||||
<div style={{
|
||||
position: "absolute",
|
||||
top: "12px", // Adjusted from 6px to 12px for better centering
|
||||
right: "6px",
|
||||
top: "50%",
|
||||
right: "8px",
|
||||
transform: "translateY(-50%)",
|
||||
width: "10px",
|
||||
height: "10px",
|
||||
borderRadius: "50%",
|
||||
|
Reference in New Issue
Block a user