aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-06-26 11:26:53 +0100
committerNunoSempere <nuno.sempere@protonmail.com>2023-06-26 11:26:53 +0100
commitd17fb92bb60a5be832ccb6a22eeef8d35d05bb3c (patch)
tree39dd8271a3b17bc43c3985122447800fe6e9c291 /plugins
parenteefa3cfb45e35c9b7d9fb5b34e3127c9b4f290dc (diff)
small tweaks
Diffstat (limited to 'plugins')
-rw-r--r--plugins/style/style.c2
-rw-r--r--plugins/style/style.h2
-rw-r--r--plugins/style/style.js4
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;
}