From 544cb3a146493ca6cc7e9cae0a237ef21400d14d Mon Sep 17 00:00:00 2001 From: sima-qian <29804933+sima-qian@users.noreply.github.com> Date: Thu, 18 Oct 2018 18:02:25 +0100 Subject: [PATCH] fix timer being too close to edge of screen, Relates #148 --- src/components/TopBar/style.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/TopBar/style.scss b/src/components/TopBar/style.scss index 01b06e4..a4b19fd 100644 --- a/src/components/TopBar/style.scss +++ b/src/components/TopBar/style.scss @@ -7,6 +7,7 @@ align-items: center; justify-content: space-between; padding: 4px; + padding-right: 16px; height: 40px; background-color: $darkgrey; color: #fff; @@ -22,6 +23,10 @@ background-color: transparent; } +#topbar-container #complete { + padding-right: 0 !important; +} + #topbar-title { flex: 1; justify-content: flex-start;