help marker functional

This commit is contained in:
2026-03-30 23:18:57 -07:00
parent 63d76bac72
commit 978d45fea8
3 changed files with 16 additions and 9 deletions

View File

@@ -419,6 +419,18 @@ html, body, #root {
.node-title-main {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.node-title-left {
display: flex;
align-items: center;
gap: 4px;
min-width: 0;
overflow: hidden;
flex-shrink: 1;
}
.node-title-meta {
@@ -435,12 +447,6 @@ html, body, #root {
text-overflow: ellipsis;
}
.node-title-right {
display: flex;
align-items: center;
gap: 5px;
flex-shrink: 0;
}
.node-help-btn {
width: 15px;