diogenesofweb / focus

Online timers
https://focus.delphic.top
GNU Affero General Public License v3.0
11 stars 2 forks source link

weird selection when trying to select current time #2

Closed KraXen72 closed 1 year ago

KraXen72 commented 1 year ago

not a big deal, but this is how it looks: image unless you have a reason (i assume you do though, in that case feel free to close), i don't see why it couldn't be all in 1 element so it's easily + nicely selectable? but it's just a small nitpick anyway.

diogenesofweb commented 1 year ago

The split into 3 elements is for purely styling purposes. Without it, the colon character is visually aligned to the bottom, not the center.

You may inspect the colon character in devtools, it is a span element with only one CSS declaration transform: translateY(-8px); , and unchecking it will place the coton at the bottom.