Skip to content
Snippets Groups Projects
Commit 67194618 authored by prlanzarin's avatar prlanzarin
Browse files

video-provider: revert videoListItem max-height change

I did it to force the placeholder to fill the grid, but it turns out it botches Safari and I dont know how to fix it yet
parent 147e7b21
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
display: flex;
overflow: hidden;
width: 100%;
height: 100%;
max-height: 100%;
&.focused {
grid-column: 1 / span 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment