mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Put header as fixed in frontpage also
This commit is contained in:
@@ -200,6 +200,9 @@ nav .brand-logo{
|
|||||||
|
|
||||||
#fp-nav {
|
#fp-nav {
|
||||||
background-color:rgba(45,45,45,1);
|
background-color:rgba(45,45,45,1);
|
||||||
|
position: fixed;
|
||||||
|
z-index: 10;
|
||||||
|
width: calc(100vw - 8px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.import-a, .suggested{
|
.import-a, .suggested{
|
||||||
|
|||||||
2
static/dist/embed.min.js
vendored
2
static/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
2
static/dist/frontpage.min.js
vendored
2
static/dist/frontpage.min.js
vendored
File diff suppressed because one or more lines are too long
4
static/dist/main.min.js
vendored
4
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -230,6 +230,7 @@ var Nochan = {
|
|||||||
|
|
||||||
success: function(e){
|
success: function(e){
|
||||||
|
|
||||||
|
$("body").css("background-color", "#2d2d2d");
|
||||||
socket.disconnect();
|
socket.disconnect();
|
||||||
|
|
||||||
if(!popstate) window.history.pushState("to the channel!", "Title", "/" + chan + "/");
|
if(!popstate) window.history.pushState("to the channel!", "Title", "/" + chan + "/");
|
||||||
|
|||||||
Reference in New Issue
Block a user