Skip to content

Commit

Permalink
fb2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolealese committed Mar 28, 2017
1 parent d6a1134 commit 34c0c7b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion css/facebook.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.chat-popup {
width: 300px;
position: absolute;
position: fixed;
bottom: 0px;
right: 20px;
}

body {
padding-top: 60px;
}
3 changes: 3 additions & 0 deletions facebook.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
<!-- Main feed: A cell that spans 7 columns -->
<div class="col-md-7">
Main Feed
<div style="height : 99999px;">

</div>
</div>
<!-- Right sidebar: A cell that spans 3 columns -->
<div class="col-md-3">
Expand Down

0 comments on commit 34c0c7b

Please sign in to comment.