Skip to content

Commit

Permalink
Match new Facebook sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Dec 20, 2015
1 parent 4992ec4 commit 785e784
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
5 changes: 3 additions & 2 deletions Chrome/fixed_navbar.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#scrollbarHider {
overflow: hidden;
top: 95px;
top: 45px;
bottom: 0px;
position: fixed;
margin-left: -20px;
Expand All @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion Chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
5 changes: 3 additions & 2 deletions Firefox/data/fixed_navbar.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#scrollbarHider {
overflow: hidden;
top: 95px;
top: 45px;
bottom: 0px;
position: fixed;
margin-left: -20px;
Expand All @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion Firefox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 785e784

Please sign in to comment.