From b5ba1bcca35dd8318e57a6c0eda71a6fba28a81f Mon Sep 17 00:00:00 2001 From: Sulka Haro Date: Mon, 11 Sep 2017 22:35:14 +0300 Subject: [PATCH] Implements #2689 --- views/clock-color.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/clock-color.html b/views/clock-color.html index 2b76f01cb4e..06c0fb9ba82 100644 --- a/views/clock-color.html +++ b/views/clock-color.html @@ -54,8 +54,10 @@ display: flex; -ms-flex-align: center; -webkit-align-items: center; + -webkit-transform: translateX(1%); align-items: center; justify-content: center; + -webkit-flex-direction: column; flex-direction: column; } #arrowDiv {