From 281ce08e52b8a0b7a424ae04f439dd7176cf921f Mon Sep 17 00:00:00 2001 From: Vezquex Date: Thu, 5 Dec 2024 07:55:11 -0800 Subject: [PATCH] World: DST toggle --- world.html | 61 +++++++++++++++++++++++++++++++++--------------------- 1 file changed, 37 insertions(+), 24 deletions(-) diff --git a/world.html b/world.html index 4f9debd..a36af8b 100644 --- a/world.html +++ b/world.html @@ -41,31 +41,17 @@ outline: none; box-shadow: 0px 0px .5em var(--accent); } - .center-content { - justify-content: center; - } - .collapse { - white-space-collapse: collapse; - } + .center-content { justify-content: center; } + .collapse { white-space-collapse: collapse; } .column { display: flex; flex-direction: column; } - .fade { - opacity: .5; - } - .grow { - flex-grow: 1; - } - .grow2 { - flex-grow: 2; - } - .hotkey { - text-decoration: underline dotted; - } - .nosel { - user-select: none; - } + .fade { opacity: .5; } + .grow { flex-grow: 1; } + .grow2 { flex-grow: 2; } + .hotkey { text-decoration: underline dotted; } + .nosel { user-select: none; } .round { border-radius: 100%; display: inline-block; @@ -98,6 +84,10 @@ Home +