tweaks sizing of multi-attachment preview in compact setting
This commit is contained in:
parent
4489fcb9b8
commit
ddc360a3da
|
@ -396,6 +396,10 @@
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.compact .gallery > * {
|
||||||
|
max-height: 25px;
|
||||||
|
}
|
||||||
.title {
|
.title {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
Loading…
Reference in New Issue