mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-28 17:18:28 -06:00
Added Tooltips and Misc Fixes
This commit is contained in:
@ -70,9 +70,10 @@ const KeyPressNode = ({ id, data }) => {
|
||||
<div
|
||||
style={{
|
||||
position: "absolute",
|
||||
top: "12px",
|
||||
right: "6px",
|
||||
top: "50%",
|
||||
right: "8px",
|
||||
width: "10px",
|
||||
transform: "translateY(-50%)",
|
||||
height: "10px",
|
||||
borderRadius: "50%",
|
||||
backgroundColor: "#333",
|
||||
|
Reference in New Issue
Block a user