summary refs log tree commit diff
path: root/js
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2023-09-05 19:09:31 -0500
committerStarfall <us@starfall.systems>2023-09-05 19:09:31 -0500
commit57255a83a785ab1e9525a7d4c58e00d17ce446ad (patch)
tree5b1657931f964629e315fff951b0087d0a4d7b9f /js
parentc0d2f6523324cfbd096b1c108800e50a1b87bf9b (diff)
more or less fix CSS on mobile
Diffstat (limited to 'js')
-rw-r--r--js/moon-phase.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/moon-phase.js b/js/moon-phase.js
index 8feaced..e8114f2 100644
--- a/js/moon-phase.js
+++ b/js/moon-phase.js
@@ -44,5 +44,5 @@ function getMoonsString(disable_emoji, inverted_icons) {
 }
 
 document.addEventListener('DOMContentLoaded', (event) => {
-	document.getElementById('decor-moons').innerHTML = getMoonsString(true, true)
+	document.getElementById('decor-moons').innerHTML = getMoonsString(true, false)
 })