Added version number to the UI. Fixes #232

This commit is contained in:
orangemug
2018-01-31 21:04:49 +00:00
parent ed85b838ec
commit 02c8542848
3 changed files with 17 additions and 2 deletions

View File

@@ -76,6 +76,7 @@
position: fixed;
align-items: center;
justify-content: center;
z-index: 9;
@include flex-row;
}

View File

@@ -37,11 +37,22 @@
color: $color-white;
text-decoration: none;
h1 {
position: relative;
}
&:hover {
background-color: $color-midgray;
}
}
.maputnik-toolbar-version {
position: absolute;
font-size: 10px;
bottom: 0;
margin-left: 4px;
}
.maputnik-toolbar-action {
@extend .maputnik-toolbar-link;
}
@@ -56,7 +67,7 @@
}
.maputnik-toolbar-logo {
flex: 0 0 140px;
flex: 0 0 170px;
}
.maputnik-toolbar__inner {