fix photoswipe layout issues (chrome)

This commit is contained in:
tobi 2025-04-14 13:01:47 +02:00
commit 94039ad3ef
6 changed files with 44 additions and 62 deletions

View file

@ -113,9 +113,6 @@ html, body {
.status .media .media-wrapper {
background: var(--bg-nearly-opaque);
}
.status .media .media-wrapper details .unknown-attachment .placeholder {
border: 0.2rem dashed var(--magenta);
}
/* Polls */
.status .text .poll {

View file

@ -134,7 +134,6 @@ html, body {
}
.status .media .media-wrapper details .unknown-attachment .placeholder {
color: var(--base1);
border: 0.2rem dashed var(--base1);
}
.status .media .media-wrapper details video.plyr-video {
background: transparent;

View file

@ -124,7 +124,6 @@ html, body {
}
.status .media .media-wrapper details .unknown-attachment .placeholder {
color: var(--base1);
border: 0.2rem dashed var(--base1);
}
.status .media .media-wrapper details video.plyr-video {
background: transparent;