about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pages/options/init.js2
-rw-r--r--src/pages/popup/style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/options/init.js b/src/pages/options/init.js
index a16bfae2..78ea11f3 100644
--- a/src/pages/options/init.js
+++ b/src/pages/options/init.js
@@ -34,4 +34,4 @@ browser.storage.onChanged.addListener(changeTheme)
 
 window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change", changeTheme)
 
-if (commonHelper.isRtl) document.getElementsByTagName("body")[0].classList.add("rtl");
\ No newline at end of file
+if (commonHelper.isRtl()) document.getElementsByTagName("body")[0].classList.add("rtl");
\ No newline at end of file
diff --git a/src/pages/popup/style.css b/src/pages/popup/style.css
index c84e3c71..a2fc1256 100644
--- a/src/pages/popup/style.css
+++ b/src/pages/popup/style.css
@@ -1,5 +1,5 @@
 body {
-    width: 250px;
+    width: 240px;
     min-height: auto;
 }