From b41ca7411ca9629305e3b1fe4100cd0dc8d140f4 Mon Sep 17 00:00:00 2001 From: groovecoder Date: Tue, 10 Jan 2017 14:34:45 -0600 Subject: [PATCH] switch all width & height to logical CSS --- webextension/css/popup.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/webextension/css/popup.css b/webextension/css/popup.css index b45c346..30aab9a 100644 --- a/webextension/css/popup.css +++ b/webextension/css/popup.css @@ -14,11 +14,11 @@ table { } .panel { - height: 100%; + block-size: 100%; } .panel-row { - height: 100%; + block-size: 100%; } .panel-back-arrow { @@ -56,7 +56,7 @@ table { } .panel-header { - height: 54px; + block-size: 54px; display: flex; align-items: center; } @@ -109,8 +109,8 @@ table { color: #000000; display: flex; font-size: 13px; - height: 54px; - width: 100%; + block-size: 54px; + inline-size: 100%; } .footer-columns {