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
428
Merge Requests
57
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
de71b055
Commit
de71b055
authored
17 hours ago
by
Emiliano Balbuena
Browse files
Options
Download
(fix): Pro video thumbnail container to use full height
parent
ea067e71
fix/pro-video-thumbnail
1 merge request
!708
Pro video thumbnail container to use full height
Pipeline
#105184218
passed with stages
in 47 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/app/modules/pro/channel/tiles/media/tile.component.scss
View file @
de71b055
...
...
@@ -19,6 +19,10 @@ m-pro--channel-tile {
>
img
{
object-fit
:
cover
;
}
.m-videoPlayer__placeholder
{
height
:
100%
;
}
}
.m-proChannelTile__text
{
...
...
This diff is collapsed.
Please
register
or
sign in
to comment