aboutsummaryrefslogtreecommitdiff
path: root/plugins/style/style.js
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/style/style.js
parenteefa3cfb45e35c9b7d9fb5b34e3127c9b4f290dc (diff)
small tweaks
Diffstat (limited to 'plugins/style/style.js')
-rw-r--r--plugins/style/style.js4
1 files changed, 4 insertions, 0 deletions
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;
}