diff options
author | PFM <info@eyesight.jp> | 2017-09-03 01:52:56 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-09-02 18:52:56 +0200 |
commit | 2a5d1d5a1b2a3c152f2deadac3308f655b6e96be (patch) | |
tree | 65e2d22c10278fecfd5b9a6c415667d283194884 | |
parent | 6a4e2db661f47a318bbf93a07ba9f16f7bac3ee0 (diff) |
fix text position of NSFW in Safari (Mac/iPhone) (#4570)
-rw-r--r-- | app/javascript/styles/components.scss | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index 507887c36..0fbaeeea0 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -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 { |