From 9b6dc9956bf697395c6dff011a90d38c77b5bdf9 Mon Sep 17 00:00:00 2001 From: Kevin Jannis Date: Tue, 31 Oct 2017 09:05:03 +0100 Subject: [PATCH] Fixed an issue with current location button not aligned in the middle. --- src/app/calendar-nav/calendar-nav.component.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/calendar-nav/calendar-nav.component.less b/src/app/calendar-nav/calendar-nav.component.less index 381605bd..ec8933d3 100644 --- a/src/app/calendar-nav/calendar-nav.component.less +++ b/src/app/calendar-nav/calendar-nav.component.less @@ -88,6 +88,7 @@ border-radius: 50%; box-shadow: inset 0 0 0 3px @c-white; cursor: pointer; + vertical-align: middle; &:hover { background: @c-black;