Fix the image view (#12341)

t3chguy/dedup-icons-17oct
Robin 2024-03-14 11:33:43 -04:00 committed by GitHub
parent bd6ebc9630
commit 49be30bbc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -335,6 +335,12 @@ legend {
max-height: calc(100% - var(--cpd-space-12x));
display: flex;
flex-direction: column;
.mx_Dialog_lightbox & {
/* The lightbox isn't so much of a dialog as a fullscreen overlay. We
don't want the glass border. */
display: contents;
}
}
.mx_Dialog {