Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
410
Merge Requests
65
CI / CD
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
a8e3bcdf
Commit
a8e3bcdf
authored
15 minutes ago
by
Olivia Madrid
Browse files
Options
Download
update stylesheet
parent
db74c2f4
nsfw-modal-pager-2491
1 merge request
!789
Nsfw modal pager 2491
Pipeline
#119509630
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
21 deletions
+27
-21
src/app/modules/media/modal/modal.component.scss
View file @
a8e3bcdf
...
...
@@ -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
;
}
}
}
}
...
...
This diff is collapsed.
Please
register
or
sign in
to comment