UX: in share, use native image dimensions and hide filename (#880)
This commit is contained in:
parent
e8f0633141
commit
32ea421408
|
@ -413,7 +413,7 @@ li, p {
|
||||||
}
|
}
|
||||||
|
|
||||||
.lightbox-wrapper img {
|
.lightbox-wrapper img {
|
||||||
width: 100%;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -440,8 +440,9 @@ aside .title .avatar {
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.lightbox-wrapper .meta .filename,
|
||||||
.lightbox-wrapper .meta svg, .lightbox-wrapper .meta .informations {
|
.lightbox-wrapper .meta svg,
|
||||||
|
.lightbox-wrapper .meta .informations {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue