Skip to content
Snippets Groups Projects
Commit aa7232cf authored by Konstantinos Platis's avatar Konstantinos Platis
Browse files

Merge branch '13-video-resources-get-displayed-in-a-strange-way' into 'master'

Resolve "Video resources get displayed in a strange way"

Closes #13

See merge request !18
parents d9d2d6b9 068a4bb3
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 @@ ...@@ -85,6 +85,10 @@
display: flex; display: flex;
min-height: 100%; min-height: 100%;
min-width: 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 { .component-gallery__image img {
...@@ -146,6 +150,10 @@ ...@@ -146,6 +150,10 @@
min-width: 200px; min-width: 200px;
} }
.component-gallery__image__wrapper {
min-width: 100%;
}
.component-gallery__link { .component-gallery__link {
left: 5px; left: 5px;
min-width: 100%; min-width: 100%;
......
...@@ -105,6 +105,13 @@ ...@@ -105,6 +105,13 @@
min-width: 200px; 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 { &__link {
left: 5px; 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