Fixed some typos. Tweaking

This commit is contained in:
ManeraKai 2022-04-02 18:42:20 +03:00
parent 96a9083695
commit d7099041b2
No known key found for this signature in database
GPG Key ID: 5ABC31FFD562E337
2 changed files with 2 additions and 2 deletions

View File

@ -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");

View File

@ -1,5 +1,5 @@
body {
width: 250px;
width: 240px;
min-height: auto;
}