# HG changeset patch # User Markus Kottlaender # Date 1543414828 -3600 # Node ID dea40d4cba44926a6a6e3545a7252a30947fcca4 # Parent a2ff987555e77813dd10c660576ed94d218fd900 fixed menu font-sizes and zoom button z-index diff -r a2ff987555e7 -r dea40d4cba44 client/src/components/Sidebar.vue --- a/client/src/components/Sidebar.vue Wed Nov 28 15:07:54 2018 +0100 +++ b/client/src/components/Sidebar.vue Wed Nov 28 15:20:28 2018 +0100 @@ -153,7 +153,6 @@ svg path fill: #fff &.secondary - font-size: 0.9rem &.active background: lighten($color-info, 55) color: darken($color-info, 15) diff -r a2ff987555e7 -r dea40d4cba44 client/src/components/map/Zoom.vue --- a/client/src/components/map/Zoom.vue Wed Nov 28 15:07:54 2018 +0100 +++ b/client/src/components/map/Zoom.vue Wed Nov 28 15:20:28 2018 +0100 @@ -24,7 +24,7 @@ .zoomButton min-height: $icon-width min-width: $icon-width - z-index: 2 + z-index: 1 outline: none color: #666