Update to the clock.

Now allowing for display of the time in the original timezone as well as
the user selected one.
I've also added a rule to the CSS file to better display the selection
list on mobile screens.
This commit is contained in:
efrick
2020-04-15 15:26:21 -04:00
parent ff59adfee1
commit 122f33fbd6
4 changed files with 36 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
span p{
display:inline;
}
select {
max-width: 95%;
}