tweaks sizing of multi-attachment preview in compact setting

This commit is contained in:
mikesealey 2024-09-20 11:54:26 +01:00
parent 4489fcb9b8
commit ddc360a3da
1 changed files with 4 additions and 0 deletions

View File

@ -396,6 +396,10 @@
padding: 6px 10px;
margin-bottom: 8px;
}
.compact .gallery > * {
max-height: 25px;
}
.title {
display: flex;
flex-direction: row;