diff options
author | NunoSempere <nuno.sempere@protonmail.com> | 2023-06-26 11:26:53 +0100 |
---|---|---|
committer | NunoSempere <nuno.sempere@protonmail.com> | 2023-06-26 11:26:53 +0100 |
commit | d17fb92bb60a5be832ccb6a22eeef8d35d05bb3c (patch) | |
tree | 39dd8271a3b17bc43c3985122447800fe6e9c291 /plugins/style | |
parent | eefa3cfb45e35c9b7d9fb5b34e3127c9b4f290dc (diff) |
small tweaks
Diffstat (limited to 'plugins/style')
-rw-r--r-- | plugins/style/style.c | 2 | ||||
-rw-r--r-- | plugins/style/style.h | 2 | ||||
-rw-r--r-- | plugins/style/style.js | 4 |
3 files changed, 6 insertions, 2 deletions
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 <stdio.h> #include <stdlib.h> #include <string.h> -#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; } |