changeset 5042:28b260fdc303 time-sliding

client: reduce space between lines for the date info in toolbar
author Fadi Abbud <fadi.abbud@intevation.de>
date Fri, 28 Feb 2020 15:13:54 +0100
parents abe9b75686ba
children bae2548dc484
files client/src/components/toolbar/TimeSlider.vue
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/toolbar/TimeSlider.vue	Fri Feb 28 12:55:24 2020 +0100
+++ b/client/src/components/toolbar/TimeSlider.vue	Fri Feb 28 15:13:54 2020 +0100
@@ -58,6 +58,7 @@
 .menuEntry {
   font-size: 9px;
   font-weight: bold;
+  line-height: normal;
 }
 
 pre {
@@ -67,6 +68,6 @@
 }
 
 .toolbar-button {
-  height: 3rem;
+  height: 2.5rem;
 }
 </style>