From b510f3c539fb6c71ffba6f32974193d6fb035165 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 14 Apr 2025 15:12:21 +0200 Subject: [bugfix/frontend] Fix photoswipe layout issues, keyboard shortcuts (#4010) * fix photoswipe layout issues (chrome) * aaaaaaaaaaaaaa * wwwwwwwwwwww --- web/assets/themes/midnight-trip.css | 3 --- web/assets/themes/solarized-dark.css | 1 - web/assets/themes/solarized-light.css | 1 - 3 files changed, 5 deletions(-) (limited to 'web/assets') 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; -- cgit v1.3