logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: f098f55cab17c3a5e1b064fb8e50e24738075131
parent: bc955eaf61ffb2fd3915067da2a5674ea30df226
Author: Stephen Burgess <stephenburgess8@gmail.com>
Date:   Mon, 24 Apr 2017 13:20:16 -0500

fix(styles): Spoiler trigger zindex, close modal button position (#2406)

#2338

Diffstat:

Mapp/assets/stylesheets/components.scss6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss @@ -1858,7 +1858,9 @@ button.icon-button.active i.fa-retweet { .spoiler-button { left: 4px; position: absolute; + text-shadow: 0px 1px 1px #000, 1px 0px 1px #000; top: 4px; + z-index: 100; } .modal-container--preloader { @@ -2563,8 +2565,8 @@ button.icon-button.active i.fa-retweet { .media-modal__close { position: absolute; - right: 4; - top: 4; + right: 4px; + top: 4px; z-index: 100; }