feat: render note quotes
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user