We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a9083 commit d709904Copy full SHA for d709904
src/pages/options/init.js
@@ -34,4 +34,4 @@ browser.storage.onChanged.addListener(changeTheme)
34
35
window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change", changeTheme)
36
37
-if (commonHelper.isRtl) document.getElementsByTagName("body")[0].classList.add("rtl");
+if (commonHelper.isRtl()) document.getElementsByTagName("body")[0].classList.add("rtl");
src/pages/popup/style.css
@@ -1,5 +1,5 @@
1
body {
2
- width: 250px;
+ width: 240px;
3
min-height: auto;
4
}
5
0 commit comments