From d17fb92bb60a5be832ccb6a22eeef8d35d05bb3c Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Mon, 26 Jun 2023 11:26:53 +0100 Subject: small tweaks --- plugins/style/style.c | 2 +- plugins/style/style.h | 2 +- plugins/style/style.js | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/style/style.c b/plugins/style/style.c index 6d2efa9..ed7b274 100644 --- a/plugins/style/style.c +++ b/plugins/style/style.c @@ -1,7 +1,7 @@ #include #include #include -#define STYLE_N 3986 + 1 +#define STYLE_N 4023 + 1 void read_style_js(char* string) { diff --git a/plugins/style/style.h b/plugins/style/style.h index c9dfed2..f11f210 100644 --- a/plugins/style/style.h +++ b/plugins/style/style.h @@ -1,7 +1,7 @@ #ifndef STYLE #define STYLE -#define STYLE_N 3986 + 1 +#define STYLE_N 4023 + 1 void read_style_js(char* string); diff --git a/plugins/style/style.js b/plugins/style/style.js index 13bb7e6..8d3254c 100644 --- a/plugins/style/style.js +++ b/plugins/style/style.js @@ -50,6 +50,10 @@ if (document.domain == "forum.nunosempere.com" ){ } if (document.domain == "search.nunosempere.com" ){ styles = ` + body { + /* zoom: 1.8; */ + } + footer { display: none; } -- cgit v1.2.3