diff --git a/src/scss/views.scss b/src/scss/views.scss index 4af1215e7..7a48fea5c 100644 --- a/src/scss/views.scss +++ b/src/scss/views.scss @@ -57,6 +57,8 @@ All rights reserved. position: absolute; bottom: 5em; height: 3.2em; width: 100%; .login { + display: none; // Temporarily disable until there's a feature which needs it + position: absolute; top: 50%; right: 2em; @include transform(translateY(-50%));