Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 32ea421

Browse files
authored
UX: in share, use native image dimensions and hide filename (#880)
1 parent e8f0633 commit 32ea421

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

public/ai-share/share.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ li, p {
413413
}
414414

415415
.lightbox-wrapper img {
416-
width: 100%;
416+
width: auto;
417417
height: auto;
418418
}
419419

@@ -440,8 +440,9 @@ aside .title .avatar {
440440
margin-right: 0.5em;
441441
}
442442

443-
444-
.lightbox-wrapper .meta svg, .lightbox-wrapper .meta .informations {
443+
.lightbox-wrapper .meta .filename,
444+
.lightbox-wrapper .meta svg,
445+
.lightbox-wrapper .meta .informations {
445446
display: none;
446447
}
447448

0 commit comments

Comments
 (0)