UX: in share, use native image dimensions and hide filename (#880)

This commit is contained in:
Kris 2024-10-31 13:51:10 -04:00 committed by GitHub
parent e8f0633141
commit 32ea421408
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 3 deletions

View File

@ -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;
} }