[CSS] Fixing note attachments padding, height and allowing their wrap when limited space is available

This commit is contained in:
Eliseu Amaro 2022-02-08 00:18:24 +00:00
parent cb393ca554
commit 79d022e850
Signed by: eliseuamaro
GPG Key ID: 96DA09D4B97BC2D5
1 changed files with 3 additions and 1 deletions

View File

@ -195,13 +195,15 @@
.note-attachments {
display: flex;
flex-wrap: wrap;
}
.note-attachments-unit {
border-radius: var(--s);
display: flex;
max-width: max-content;
padding: var(--s);
height: min-content;
padding: 4px;
}
.note-attachments-unit > figure figcaption {