From 9a2eb5c8cb584bc3a89ed3369162df5b132abdc5 Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Thu, 27 Jun 2019 12:27:14 +0530 Subject: [PATCH] UX: change icon for video placeholder --- app/assets/stylesheets/common/base/onebox.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index e4e97bac5bd..a47569f708b 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -585,14 +585,14 @@ aside.onebox.stackexchange .onebox-body { .onebox-video-placeholder { position: relative; width: 100%; - padding: 0 0 56.25% 0; + padding: 0 0 48.25% 0; background-color: $primary-low; .video-placeholder-icon { &:before { opacity: 0.8; content: svg-uri( - '' + '' ); } position: absolute;