adjust gallery/attachments
This commit is contained in:
parent
45ee170221
commit
52ffb8b219
|
@ -88,7 +88,7 @@
|
||||||
|
|
||||||
.attachment {
|
.attachment {
|
||||||
position: relative;
|
position: relative;
|
||||||
// margin: 0.5em 0.5em 0em 0em;
|
margin-top: 0.5em;
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
|
|
||||||
|
|
|
@ -30,12 +30,15 @@
|
||||||
margin-bottom: 0.25em;
|
margin-bottom: 0.25em;
|
||||||
|
|
||||||
.attachments, .attachment {
|
.attachments, .attachment {
|
||||||
// margin: 0 0.5em 0 0;
|
margin: 0 0.5em 0 0;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
// to make failed images a bit more noticeable on chromium
|
// to make failed images a bit more noticeable on chromium
|
||||||
min-width: 2em;
|
min-width: 2em;
|
||||||
|
&:last-child {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-attachment {
|
.image-attachment {
|
||||||
|
|
Loading…
Reference in New Issue