changeset 5053:8b39081fa3aa time-sliding

toolbar: font for time display increased
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 02 Mar 2020 16:17:50 +0100
parents 89cd8937cc4b
children 5e6ec587014e
files client/src/components/toolbar/TimeSlider.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/toolbar/TimeSlider.vue	Mon Mar 02 14:58:47 2020 +0100
+++ b/client/src/components/toolbar/TimeSlider.vue	Mon Mar 02 16:17:50 2020 +0100
@@ -58,7 +58,7 @@
 </script>
 <style lang="scss" scoped>
 .menuEntry {
-  font-size: 8px;
+  font-size: 9px;
   font-weight: bold;
   line-height: normal;
 }