Skip to content

Instantly share code, notes, and snippets.

@nkbt
Last active April 8, 2018 02:31
Show Gist options
  • Select an option

  • Save nkbt/cf192bd0b3bdf21bc7c78697ad7c080d to your computer and use it in GitHub Desktop.

Select an option

Save nkbt/cf192bd0b3bdf21bc7c78697ad7c080d to your computer and use it in GitHub Desktop.

Revisions

  1. nkbt revised this gist May 28, 2017. 1 changed file with 9 additions and 0 deletions.
    9 changes: 9 additions & 0 deletions facebook.css
    Original file line number Diff line number Diff line change
    @@ -39,3 +39,12 @@ body {
    display:none;
    }

    .uiScaledImageContainer {
    height: auto !important;
    }

    .uiScaledImageContainer .scaledImageFitHeight {
    height: inherit;
    width: inherit;
    left: 0 !important;
    }
  2. nkbt revised this gist May 28, 2017. 1 changed file with 13 additions and 4 deletions.
    17 changes: 13 additions & 4 deletions facebook.css
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    [role=complementary] {
    display:none;
    #leftCol {
    position: fixed;
    }

    #rightCol{
    @@ -24,9 +24,18 @@
    margin-left: 0 !important;
    min-height: 1px !important;
    width: auto !important;
    left: 340px;
    left: 200px;
    }

    #contentArea {
    right: auto;
    }

    body {
    overflow-x: hidden;
    }
    }

    [role=complementary] {
    display:none;
    }

  3. nkbt created this gist May 28, 2017.
    32 changes: 32 additions & 0 deletions facebook.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,32 @@
    [role=complementary] {
    display:none;
    }

    #rightCol{
    display:none;
    }

    #pagelet_sidebar {
    display:none;
    }

    #pagelet_dock {
    display:none;
    }

    #globalContainer#globalContainer#globalContainer#globalContainer {
    width: 100% !important;
    padding: 0 50px !important;
    }

    #contentCol {
    float: none !important;
    margin-left: 0 !important;
    min-height: 1px !important;
    width: auto !important;
    left: 340px;
    }

    body {
    overflow-x: hidden;
    }