fix position of play button on right panel medias

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

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

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

Loading…
Cancel
Save