]> cat aescling's git repositories - mastodon.git/commitdiff
fix text position of NSFW in Safari (Mac/iPhone) (#4570)
authorPFM <info@eyesight.jp>
Sat, 2 Sep 2017 16:52:56 +0000 (01:52 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 2 Sep 2017 16:52:56 +0000 (18:52 +0200)
app/javascript/styles/components.scss

index 507887c365f83cd5c73dabc9144d7bfbb82434e1..0fbaeeea0a775ab9921f43476046e572a43dbbd6 100644 (file)
@@ -2336,19 +2336,11 @@ button.icon-button.active i.fa-retweet {
 }
 
 .media-spoiler {
-  align-items: center;
   background: $base-overlay-background;
   color: $primary-text-color;
-  cursor: pointer;
-  display: flex;
-  flex-direction: column;
   border: 0;
   width: 100%;
   height: 100%;
-  justify-content: center;
-  position: relative;
-  text-align: center;
-  z-index: 100;
 }
 
 .media-spoiler__warning {