Skip to content
Snippets Groups Projects
Commit 068a4bb3 authored by Patrick Gröger's avatar Patrick Gröger
Browse files

Added custom rule for video spacing

parent d9d2d6b9
No related branches found
No related tags found
3 merge requests!29Update dev w/ latest version of master,!20Resolve "Preview List component does not load styling for Preview Card",!18Resolve "Video resources get displayed in a strange way"
......@@ -85,6 +85,10 @@
display: flex;
min-height: 100%;
min-width: 100%;
/*
//applying separate width setting in order to space videos
correctly without hiding the fullscreen button for images.
*/
}
.component-gallery__image img {
......@@ -146,6 +150,10 @@
min-width: 200px;
}
.component-gallery__image__wrapper {
min-width: 100%;
}
.component-gallery__link {
left: 5px;
min-width: 100%;
......
......@@ -105,6 +105,13 @@
min-width: 200px;
}
}
/*
//applying separate width setting in order to space videos
correctly without hiding the fullscreen button for images.
*/
&__wrapper {
min-width:100%;
}
}
&__link {
left: 5px;
......
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