Skip to content
Snippets Groups Projects
Commit a69904c1 authored by scmoritz's avatar scmoritz
Browse files

Hide the login panel for small devices (Issue #16)

parent d36fe9d8
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ var tools = {
},
login: function() {
$('.loginPanel').css({
'top': '-100%'
'top': '-200%'
});
},
logout: function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment