From d326bde8dd6ea4e96fd5691b45f773302822e669 Mon Sep 17 00:00:00 2001 From: gorhill Date: Fri, 27 Mar 2015 18:34:15 -0400 Subject: [PATCH] fine tuning css --- src/css/popup.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/css/popup.css b/src/css/popup.css index 36d04fcd2..d3ed35a1b 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -71,9 +71,11 @@ body[dir="rtl"] #panes > div { } body[dir="ltr"] #panes > div:nth-of-type(2) { direction: rtl; /* scroll bar to the left */ + margin-right: 1px; } body[dir="rtl"] #panes > div:nth-of-type(2) { direction: ltr; /* scroll bar to the right */ + margin-left: 1px; } #panes:not(.dfEnabled) > div:nth-of-type(2) { display: none;