Skip to content
Next
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
805
Merge Requests
53
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
d109f28f
Commit
d109f28f
authored
12 minutes ago
by
Ben Hayward
Browse files
Options
Download
Took out description and title
parent
74aeb47e
feat/rich-embed-modals-2162
1 merge request
!617
[Sprint/QuietQuail](feat) Rich embed open in media modals #2162
Pipeline
#93924102
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
21 deletions
+1
-21
src/app/modules/media/modal/modal.component.scss
View file @
d109f28f
...
...
@@ -100,30 +100,10 @@ m-overlay-modal {
}
.m-mediaModal__mediaWrapper--richEmbed
{
height
:
100%
;
max-height
:
100%
;
overflow-y
:
hidden
;
width
:
100%
;
.meta
{
padding
:
(
$minds-padding
*
2
)
(
$minds-padding
*
2
)
0
;
text-align
:
left
;
display
:
block
;
text-decoration
:
none
;
width
:
calc
(
100%
-
32px
);
white-space
:
pre-wrap
;
@include
m-theme
()
{
color
:
themed
(
$m-white-always
);
border-top
:
1px
dotted
themed
(
$m-grey-700
);
}
h2
{
padding-bottom
:
(
$minds-padding
*
2
);
@include
m-theme
()
{
color
:
themed
(
$m-white-always
);
}
}
display
:
none
;
}
}
...
...
This diff is collapsed.
Please
register
or
sign in
to comment