2025-12-13 10:54:19 +02:00
|
|
|
.component.note-badges {
|
2025-12-10 11:10:26 +02:00
|
|
|
contain: none;
|
|
|
|
|
}
|
|
|
|
|
|
2025-12-13 10:54:19 +02:00
|
|
|
.note-badges {
|
2025-12-09 21:06:28 +02:00
|
|
|
display: flex;
|
|
|
|
|
gap: 5px;
|
2025-12-10 13:03:06 +02:00
|
|
|
min-width: 0;
|
|
|
|
|
flex-shrink: 1;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
--badge-radius: 12px;
|
|
|
|
|
|
2025-12-13 12:25:01 +02:00
|
|
|
.ext-badge {
|
2025-12-20 20:41:23 +02:00
|
|
|
&.temporarily-editable-badge {--color: var(--badge-temporaraily-editable-background-color)}
|
|
|
|
|
&.read-only-badge {--color: var(--badge-read-only-background-color);}
|
|
|
|
|
&.share-badge {--color: var(--badge-share-background-color);}
|
|
|
|
|
&.clipped-note-badge {--color: var(--badge-clipped-note-background-color);}
|
|
|
|
|
&.execute-badge {--color: var(--badge-execute-background-color);}
|
2025-12-23 22:01:49 +02:00
|
|
|
min-width: 0;
|
|
|
|
|
|
|
|
|
|
.text {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
min-width: 0;
|
|
|
|
|
}
|
2025-12-09 21:06:28 +02:00
|
|
|
}
|
2025-12-10 11:41:14 +02:00
|
|
|
|
2025-12-13 12:25:01 +02:00
|
|
|
.dropdown-badge {
|
|
|
|
|
&.dropdown-backlinks-badge .dropdown-menu {
|
|
|
|
|
min-width: 500px;
|
|
|
|
|
}
|
2025-12-11 16:46:02 +02:00
|
|
|
}
|
|
|
|
|
}
|
2025-12-10 11:41:14 +02:00
|
|
|
|