diff --git a/css/style.css b/css/style.css index fdbb65c..843d6f5 100755 --- a/css/style.css +++ b/css/style.css @@ -1487,7 +1487,7 @@ aside > button.sel, aside > button.sel:hover { background-color: var(--tertiary); z-index: 2; overflow: hidden; - padding: 0px; + /*padding: 0px;*/ color: var(--primary-color); display: flex; diff --git a/manifest.json b/manifest.json index a25710e..bf9f3ed 100755 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Notefox: Websites notes", "author": "Saverio Morelli (Sav22999)", - "version": "4.2", + "version": "4.2.0.1", "description": "Take notes on every website in a smart and simple way!", "icons": { "16": "./img/icon.svg", @@ -72,7 +72,6 @@ "permissions": [ "storage", "tabs", - "", "unlimitedStorage", "activeTab" ],