Put header as fixed in frontpage also

This commit is contained in:
Kasper Rynning-Tønnesen
2016-02-11 15:15:29 +01:00
parent 7afdac6800
commit 039e4c4615
5 changed files with 8 additions and 4 deletions

View File

@@ -200,6 +200,9 @@ nav .brand-logo{
#fp-nav {
background-color:rgba(45,45,45,1);
position: fixed;
z-index: 10;
width: calc(100vw - 8px);
}
.import-a, .suggested{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -230,6 +230,7 @@ var Nochan = {
success: function(e){
$("body").css("background-color", "#2d2d2d");
socket.disconnect();
if(!popstate) window.history.pushState("to the channel!", "Title", "/" + chan + "/");