]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix media modal buttons not showing up on mobile
authorThibG <thib@sitedethib.com>
Wed, 23 Dec 2020 18:55:23 +0000 (19:55 +0100)
committerClaire <claire.github-309c@sitedethib.com>
Fri, 7 May 2021 20:47:09 +0000 (22:47 +0200)
Port b08d2d4f78e143189c0dc3470a8dc186bf441419 to glitch-soc

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
app/javascript/flavours/glitch/styles/components/status.scss

index 4248657ad29eb280a97550ad2ef07d74627f0e57..e906a72619e14c23a76a8eefbbf63b651c72cf67 100644 (file)
@@ -1122,21 +1122,6 @@ a.status-card.compact:hover {
   .audio-player {
     border-radius: 0;
   }
-
-  @media screen and (max-width: 415px) {
-    width: 210px;
-    bottom: 10px;
-    right: 10px;
-
-    &__footer {
-      display: none;
-    }
-
-    .video-player,
-    .audio-player {
-      border-radius: 0 0 4px 4px;
-    }
-  }
 }
 
 .picture-in-picture-placeholder {