[CSS] Fixing note attachments padding, height and allowing their wrap when limited space is available
This commit is contained in:
parent
cb393ca554
commit
79d022e850
@ -195,13 +195,15 @@
|
|||||||
|
|
||||||
.note-attachments {
|
.note-attachments {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-attachments-unit {
|
.note-attachments-unit {
|
||||||
border-radius: var(--s);
|
border-radius: var(--s);
|
||||||
display: flex;
|
display: flex;
|
||||||
max-width: max-content;
|
max-width: max-content;
|
||||||
padding: var(--s);
|
height: min-content;
|
||||||
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-attachments-unit > figure figcaption {
|
.note-attachments-unit > figure figcaption {
|
||||||
|
Loading…
Reference in New Issue
Block a user