From 5ea72d56cdc17b3dd6cbe601b2eb0228fabd42a3 Mon Sep 17 00:00:00 2001
From: hackrush <atulshyan96@gmail.com>
Date: Fri, 4 Aug 2017 13:26:12 +0530
Subject: [PATCH] Fixes alignment problems in some videos

Couldn't break anything else after this fix, and the broken videos
_were_ fixed. So I guess this is a proper fix, but not sure(if it was
this simple or not).

Fixes #419
---
 CHANGELOG.md                  | 2 +-
 ui/scss/component/_video.scss | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e4925312d..3337fc0bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,7 +16,7 @@ Web UI version numbers should always match the corresponding version of LBRY App
   *
 
 ### Fixed
-  *
+  * Fixed the alignment of video, if it is 4:3 or vertical
   *
 
 ### Deprecated
diff --git a/ui/scss/component/_video.scss b/ui/scss/component/_video.scss
index aff720a7b..9eb3a2f2a 100644
--- a/ui/scss/component/_video.scss
+++ b/ui/scss/component/_video.scss
@@ -20,7 +20,6 @@ video {
   position: relative;
   video {
     height: 100%;
-    position: absolute;
     left: 0;
     top: 0;
   }
-- 
2.45.3