Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
fix(styles): Spoiler trigger zindex, close modal button position (mas…
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenburgess8 authored and Gargron committed Apr 24, 2017
1 parent bc955ea commit f098f55
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/assets/stylesheets/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
}

Expand Down

0 comments on commit f098f55

Please sign in to comment.