Use es6 notation in clock module

This commit is contained in:
rejas
2021-03-17 22:29:20 +01:00
parent 0b3964c827
commit ef2ff50089
13 changed files with 56 additions and 67 deletions

View File

@@ -29,7 +29,7 @@
position: absolute;
top: 50%;
left: 50%;
margin: -2px 0 -2px -25%; /* numbers much match negative length & thickness */
margin: -2px 0 -2px -25%; /* numbers must match negative length & thickness */
padding: 2px 0 2px 25%; /* indicator length & thickness */
background: var(--color-text-bright);
transform-origin: 100% 50%;