diff --git a/static/src/app/app.component.css b/static/src/app/app.component.css index cf1b8b8..da66690 100644 --- a/static/src/app/app.component.css +++ b/static/src/app/app.component.css @@ -30,12 +30,12 @@ li { } .version-label { - display: block; - position: fixed; - top: 32px; - left: 106px; + position: relative; + margin-right: -30px; + top: 27px; + left: -50px; font-size: 12px; - color: #7e7d64; + color: #bebebe; } #scrollTopBtn { diff --git a/static/src/app/app.component.html b/static/src/app/app.component.html index 319e0bf..a56ccc0 100644 --- a/static/src/app/app.component.html +++ b/static/src/app/app.component.html @@ -3,11 +3,6 @@