From eb37b3e4adf0a9553d291337e1f94379a1111f4e Mon Sep 17 00:00:00 2001 From: tophf Date: Fri, 14 Apr 2017 14:08:31 +0300 Subject: [PATCH] optionsUI: center in opera correctly --- options/index.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/options/index.css b/options/index.css index 7b6185e3..96c93fa1 100644 --- a/options/index.css +++ b/options/index.css @@ -1,6 +1,10 @@ -html { - max-width: 40em; - margin: auto; +html.opera { + text-align: center; +} + +html.opera body { + display: inline-block; + text-align: initial; } body {