summaryrefslogtreecommitdiff
path: root/web/assets
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-04-14 15:12:21 +0200
committerLibravatar GitHub <noreply@github.com>2025-04-14 15:12:21 +0200
commitb510f3c539fb6c71ffba6f32974193d6fb035165 (patch)
tree806366700ac126e306d6605f153437ba3c930a15 /web/assets
parent[bugfix] websocket header token not always returned (#4009) (diff)
downloadgotosocial-b510f3c539fb6c71ffba6f32974193d6fb035165.tar.xz
[bugfix/frontend] Fix photoswipe layout issues, keyboard shortcuts (#4010)
* fix photoswipe layout issues (chrome) * aaaaaaaaaaaaaa * wwwwwwwwwwww
Diffstat (limited to 'web/assets')
-rw-r--r--web/assets/themes/midnight-trip.css3
-rw-r--r--web/assets/themes/solarized-dark.css1
-rw-r--r--web/assets/themes/solarized-light.css1
3 files changed, 0 insertions, 5 deletions
diff --git a/web/assets/themes/midnight-trip.css b/web/assets/themes/midnight-trip.css
index 29c143abc..059e4ac8e 100644
--- a/web/assets/themes/midnight-trip.css
+++ b/web/assets/themes/midnight-trip.css
@@ -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 {
diff --git a/web/assets/themes/solarized-dark.css b/web/assets/themes/solarized-dark.css
index 6e10c25df..5e010258f 100644
--- a/web/assets/themes/solarized-dark.css
+++ b/web/assets/themes/solarized-dark.css
@@ -127,7 +127,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;
diff --git a/web/assets/themes/solarized-light.css b/web/assets/themes/solarized-light.css
index 852197860..2cd421be5 100644
--- a/web/assets/themes/solarized-light.css
+++ b/web/assets/themes/solarized-light.css
@@ -117,7 +117,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;