From cb83a330efa102d557a2d2c0a858bfcad3bd7872 Mon Sep 17 00:00:00 2001 From: 20xd6 <20xd6@airmail.cc> Date: Fri, 19 Nov 2021 17:17:01 -0500 Subject: [PATCH] Update 'clock.css' CSS portion of fix for issue #8 --- clock.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clock.css b/clock.css index 41a3206..b1a8e48 100644 --- a/clock.css +++ b/clock.css @@ -7,3 +7,6 @@ select { .chkbox { display: inline-block; } +.time_copy_btn { + margin-left: 5px; +}