Skip to content

Commit

Permalink
Fixed some typos. Tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeraKai committed Apr 2, 2022
1 parent 96a9083 commit d709904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/options/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
if (commonHelper.isRtl()) document.getElementsByTagName("body")[0].classList.add("rtl");
2 changes: 1 addition & 1 deletion src/pages/popup/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
width: 250px;
width: 240px;
min-height: auto;
}

Expand Down

0 comments on commit d709904

Please sign in to comment.