styles and logging

This commit is contained in:
ntr
2019-05-19 19:16:09 +10:00
parent 78013b83f7
commit bcf17cd19d
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ button[disabled] {
*/
.login {
flex: 0 1 25%;
width: 25%;
display: flex;
flex-flow: column;
}
+4
View File
@@ -60,4 +60,8 @@
pointer-events: none;
}
.login {
width: 100%;
}
}