mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-11 10:12:56 -05:00
fix(styles): Spoiler trigger zindex, close modal button position (#2406)
#2338
This commit is contained in:
parent
bc955eaf61
commit
f098f55cab
@ -1858,7 +1858,9 @@ button.icon-button.active i.fa-retweet {
|
|||||||
.spoiler-button {
|
.spoiler-button {
|
||||||
left: 4px;
|
left: 4px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
text-shadow: 0px 1px 1px #000, 1px 0px 1px #000;
|
||||||
top: 4px;
|
top: 4px;
|
||||||
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-container--preloader {
|
.modal-container--preloader {
|
||||||
@ -2563,8 +2565,8 @@ button.icon-button.active i.fa-retweet {
|
|||||||
|
|
||||||
.media-modal__close {
|
.media-modal__close {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 4;
|
right: 4px;
|
||||||
top: 4;
|
top: 4px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user