Add companion application
This commit is contained in:
@@ -462,6 +462,30 @@ footer {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
/* === Companion status === */
|
||||
.companion-status {
|
||||
margin-left: auto;
|
||||
}
|
||||
.companion-icon {
|
||||
font-size: 0.9rem;
|
||||
line-height: 1;
|
||||
padding: 0.1rem 0.3rem;
|
||||
}
|
||||
.companion-on {
|
||||
color: var(--link);
|
||||
}
|
||||
.companion-off {
|
||||
color: var(--text-muted);
|
||||
}
|
||||
.companion-flyout {
|
||||
min-width: 14rem;
|
||||
padding: 0.4rem;
|
||||
}
|
||||
.companion-line {
|
||||
padding: 0.25rem 0.5rem;
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
|
||||
/* === Task lists === */
|
||||
.content li:has(> input.task-checkbox:checked) {
|
||||
color: var(--text-muted);
|
||||
|
||||
Reference in New Issue
Block a user