diff --git a/Chrome/fixed_navbar.css b/Chrome/fixed_navbar.css index 88f39dc..b3a46fb 100644 --- a/Chrome/fixed_navbar.css +++ b/Chrome/fixed_navbar.css @@ -1,6 +1,6 @@ #scrollbarHider { overflow: hidden; - top: 95px; + top: 45px; bottom: 0px; position: fixed; margin-left: -20px; @@ -9,10 +9,11 @@ #navigationWrapper { overflow: auto; - height: 100% !important; + height: calc(100% - 10px) !important; padding-left: 20px; width: 164px !important; position: absolute; + padding-top: 10px; } #leftColWrapper { diff --git a/Chrome/manifest.json b/Chrome/manifest.json index 9a865fd..ddf9c59 100644 --- a/Chrome/manifest.json +++ b/Chrome/manifest.json @@ -1,7 +1,7 @@ { "name":"FB fixed navbar", "description":"Freezes left navigation pane on Facebook", - "version":"1.1.4", + "version":"1.1.5", "manifest_version":2, "author": "Philipp Schirmer", "icons": { diff --git a/Firefox/data/fixed_navbar.css b/Firefox/data/fixed_navbar.css index 88f39dc..b3a46fb 100644 --- a/Firefox/data/fixed_navbar.css +++ b/Firefox/data/fixed_navbar.css @@ -1,6 +1,6 @@ #scrollbarHider { overflow: hidden; - top: 95px; + top: 45px; bottom: 0px; position: fixed; margin-left: -20px; @@ -9,10 +9,11 @@ #navigationWrapper { overflow: auto; - height: 100% !important; + height: calc(100% - 10px) !important; padding-left: 20px; width: 164px !important; position: absolute; + padding-top: 10px; } #leftColWrapper { diff --git a/Firefox/package.json b/Firefox/package.json index 45b2aa4..7b59bee 100644 --- a/Firefox/package.json +++ b/Firefox/package.json @@ -5,7 +5,7 @@ "description": "Freezes left navigation pane on Facebook", "author": "Philipp Schirmer", "license": "MPL 2.0", - "version": "1.1.4", + "version": "1.1.5", "preferences": [{ "name": "useScrollbar", "title": "Use scrollbar", diff --git a/README.md b/README.md index 5907b16..5a44103 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ Found a Bug? [File it!](https://github.com/philipp94831/FB-fixed-navbar/issues) [Changelog:](https://github.com/philipp94831/FB-fixed-navbar/releases) +[1.1.5:](https://github.com/philipp94831/FB-fixed-navbar/releases/tag/v1.1.5) + +- Match new Facebook sidebar + [1.1.4:](https://github.com/philipp94831/FB-fixed-navbar/releases/tag/v1.1.4) - Update to jQuery 2.1.3