From 1ebac0df21b89eba16f02b65e3eaf7fefaff4320 Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Mon, 13 Aug 2018 08:48:06 +0100 Subject: [PATCH] improved aspect ratio for videos on the file page --- app/src/styles/filePage.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/styles/filePage.js b/app/src/styles/filePage.js index 1881f46a..a1d32fb8 100644 --- a/app/src/styles/filePage.js +++ b/app/src/styles/filePage.js @@ -30,7 +30,7 @@ const filePageStyle = StyleSheet.create({ mediaContainer: { alignItems: 'center', width: screenWidth, - height: 220 + height: 240 }, emptyClaimText: { fontFamily: 'Metropolis-Regular', @@ -75,7 +75,7 @@ const filePageStyle = StyleSheet.create({ }, thumbnail: { width: screenWidth, - height: 204, + height: 224, justifyContent: 'center', alignItems: 'center' }, @@ -92,7 +92,7 @@ const filePageStyle = StyleSheet.create({ }, containedPlayer: { width: '100%', - height: 220, + height: 240, }, containedPlayerLandscape: { width: '100%',