diff --git a/static/src/app/app.component.css b/static/src/app/app.component.css index 73039f4..2a8381f 100644 --- a/static/src/app/app.component.css +++ b/static/src/app/app.component.css @@ -29,6 +29,15 @@ li { overflow-x: hidden; } +.version-label { + display:block; + position: fixed; + top: 32px; + left: 106px; + font-size: 12px; + color: #7e7d64; +} + .unprocessed { -webkit-animation-name: color-blink; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */ diff --git a/static/src/app/app.component.html b/static/src/app/app.component.html index bb60e51..c3cc9d9 100644 --- a/static/src/app/app.component.html +++ b/static/src/app/app.component.html @@ -11,6 +11,7 @@ + {{version}}