From fe313f10011f4decd78e61251c8122812582d2ff Mon Sep 17 00:00:00 2001 From: ariestiyansyah Date: Wed, 2 Aug 2017 21:11:59 +0700 Subject: [PATCH 1/2] fix percentage view on mobile layout --- public/main.css | 1 - 1 file changed, 1 deletion(-) diff --git a/public/main.css b/public/main.css index 354238da..a873f0be 100644 --- a/public/main.css +++ b/public/main.css @@ -389,7 +389,6 @@ tbody { letter-spacing: -0.78px; font-family: 'Segoe UI', 'SF Pro Text', sans-serif; top: 53px; - left: 246.75px; width: 98.5px; -moz-user-select: none; -ms-user-select: none; From 5576bc065230739a721c65728e2c056cd0bf0118 Mon Sep 17 00:00:00 2001 From: Rizky Ariestiyansyah Date: Fri, 4 Aug 2017 02:37:42 +0700 Subject: [PATCH 2/2] fix for firefox 51 and 52 issue --- public/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/main.css b/public/main.css index a873f0be..853f17cc 100644 --- a/public/main.css +++ b/public/main.css @@ -389,7 +389,8 @@ tbody { letter-spacing: -0.78px; font-family: 'Segoe UI', 'SF Pro Text', sans-serif; top: 53px; - width: 98.5px; + left: 50%; + transform: translateX(-50%); -moz-user-select: none; -ms-user-select: none; user-select: none;