Commit a8e3bcdf authored by Olivia Madrid's avatar Olivia Madrid

update stylesheet

1 merge request!789Nsfw modal pager 2491
Pipeline #119509630 running with stages
......@@ -676,29 +676,35 @@ m-media--modal {
margin-right: 3px;
}
}
.m-mature-content {
.m-mature-overlay {
.mature-overlay-note {
display: flex;
justify-content: center;
align-items: center;
flex-flow: column nowrap;
top: auto;
line-height: 20px;
.m-mediaModal__stage {
.m-mature-content {
.m-mature-overlay {
.m-mature-overlay-note {
display: flex;
justify-content: center;
align-items: center;
flex-flow: column nowrap;
top: auto;
line-height: 20px;
transform: none;
span {
line-height: 20px;
}
}
}
}
}
.m-mature-content-shown {
.m-mature-overlay {
top: 0;
right: 0;
border-radius: 0;
@include m-theme() {
background-color: rgba(255, 255, 255, 0);
}
.m-mature-overlay-note {
i {
display: none;
.m-mature-content-shown {
.m-mature-overlay {
top: 0;
right: 0;
border-radius: 0;
@include m-theme() {
background-color: rgba(255, 255, 255, 0);
}
.m-mature-overlay-note {
i {
display: none;
}
}
}
}
......
Please register or to comment