hidden note styles

This commit is contained in:
Alejandro Gomez
2023-01-28 19:51:08 +01:00
parent 01c15c30a4
commit 152970288d
3 changed files with 16 additions and 5 deletions

View File

@ -181,3 +181,16 @@
.light .note.active>.footer>.reaction-pill.reacted {
color: var(--highlight);
}
.hidden-note .header {
display: flex;
align-items: center;
}
.card.note.hidden-note {
min-height: unset;
}
.hidden-note button {
max-height: 30px;
}