💄 create file/folder in root

This commit is contained in:
2026-03-03 19:48:33 +10:00
parent 4ab1dc74c9
commit 694482ba26
4 changed files with 141 additions and 9 deletions

View File

@@ -196,6 +196,24 @@
color: var(--accent);
}
.annotation-tooltip-dismiss {
float: right;
background: transparent;
border: none;
color: var(--text-muted);
font-size: 14px;
line-height: 1;
padding: 0 0 0 8px;
cursor: pointer;
opacity: 0.6;
transition: opacity 0.15s, color 0.15s;
}
.annotation-tooltip-dismiss:hover {
opacity: 1;
color: var(--text-primary);
}
.annotation-tooltip-body {
color: var(--text-primary);
word-break: break-word;