From 46fa6e39f6aad5eb4060a40392644387336ed339 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Mon, 7 Dec 2020 09:52:03 +1100 Subject: [PATCH] fix position of play button on right panel medias --- stylesheets/_modules.scss | 2 -- stylesheets/_session_group_panel.scss | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 1f792bdc6..b3a936186 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -1182,8 +1182,6 @@ } .module-media-grid-item__image-container { - height: 94px; - width: 94px; object-fit: cover; position: relative; } diff --git a/stylesheets/_session_group_panel.scss b/stylesheets/_session_group_panel.scss index b572ac0e8..dbb1dff78 100644 --- a/stylesheets/_session_group_panel.scss +++ b/stylesheets/_session_group_panel.scss @@ -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; } } }