feat: render note quotes

This commit is contained in:
2023-04-18 22:20:13 +01:00
parent a6eefb1027
commit 13461cca80
11 changed files with 61 additions and 25 deletions

View File

@ -57,6 +57,14 @@
margin-right: 8px;
}
.note-quote {
border: 1px solid var(--gray);
}
.note-quote.note > .body {
padding-left: 0;
}
.note > .body {
margin-top: 4px;
margin-bottom: 24px;
@ -98,9 +106,6 @@
border-radius: 16px;
}
.light .note > .footer .ctx-menu {
}
.note > .footer .ctx-menu li {
background: #1e1e1e;
padding-top: 8px;