diff options
author | Starfall <us@starfall.systems> | 2023-09-05 19:09:31 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-09-05 19:09:31 -0500 |
commit | 57255a83a785ab1e9525a7d4c58e00d17ce446ad (patch) | |
tree | 5b1657931f964629e315fff951b0087d0a4d7b9f /js | |
parent | c0d2f6523324cfbd096b1c108800e50a1b87bf9b (diff) |
more or less fix CSS on mobile
Diffstat (limited to 'js')
-rw-r--r-- | js/moon-phase.js | 2 |
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) }) |