fix text position of NSFW in Safari (Mac/iPhone) (#4570)
This commit is contained in:
parent
6a4e2db661
commit
2a5d1d5a1b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue