fix position of play button on right panel medias

pull/1381/head
Audric Ackermann 5 years ago
parent 6afe893359
commit 46fa6e39f6

@ -1182,8 +1182,6 @@
} }
.module-media-grid-item__image-container { .module-media-grid-item__image-container {
height: 94px;
width: 94px;
object-fit: cover; object-fit: cover;
position: relative; position: relative;
} }

@ -133,6 +133,7 @@
&__content { &__content {
padding: $session-margin-xs; padding: $session-margin-xs;
margin-bottom: 1vh;
.module-media-grid-item__image, .module-media-grid-item__image,
.module-media-grid-item { .module-media-grid-item {
@ -143,7 +144,6 @@
22vw / 4 22vw / 4
); //.group-settings is 22vw and we want three rows with some space so divide it by 4 ); //.group-settings is 22vw and we want three rows with some space so divide it by 4
margin: auto; margin: auto;
margin-bottom: 1vh;
} }
} }
} }

Loading…
Cancel
Save