dont overindent active note

This commit is contained in:
Alejandro Gomez 2023-01-10 10:53:15 +01:00
parent b4b928cef1
commit 17c1d072f4
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -7,11 +7,6 @@
border-bottom: none; border-bottom: none;
} }
.note.active {
background-color: var(--gray-secondary);
border-left: 3px solid var(--highlight);
}
.note > .header > .pfp { .note > .header > .pfp {
flex-grow: 1; flex-grow: 1;
} }
@ -56,9 +51,16 @@
border-left: 3px solid var(--gray-tertiary); border-left: 3px solid var(--gray-tertiary);
padding-left: 2px; padding-left: 2px;
} }
.indented .active {
margin-left: -3px;
border-left: 3px solid var(--highlight);
}
.indented .note { .indented .note {
border-bottom: none; border-bottom: none;
padding: 0 4px; padding: 4px;
} }
.note .body a { .note .body a {