mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-03-06 01:10:28 +00:00
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 {
|
||||
width: 100%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@ -440,8 +440,9 @@ aside .title .avatar {
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
|
||||
.lightbox-wrapper .meta svg, .lightbox-wrapper .meta .informations {
|
||||
.lightbox-wrapper .meta .filename,
|
||||
.lightbox-wrapper .meta svg,
|
||||
.lightbox-wrapper .meta .informations {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user