feat: show more

This commit is contained in:
2023-01-28 20:38:53 +00:00
parent 82c205e22e
commit 3c74ab6236
3 changed files with 27 additions and 5 deletions

View File

@ -170,3 +170,10 @@
.light .note.active>.footer>.reaction-pill.reacted {
color: var(--highlight);
}
.note-expand .body {
max-height: 300px;
overflow-y: hidden;
mask-image: linear-gradient(to bottom, var(--note-bg) 60%, rgba(0,0,0,0));
-webkit-mask-image: linear-gradient(to bottom, var(--note-bg) 60%, rgba(0,0,0,0));
}