We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5edbcb commit 077af05Copy full SHA for 077af05
src/browser/pages/login.css
@@ -1,4 +1,6 @@
1
body {
2
+ min-height: 568px;
3
+ min-width: 320px;
4
overflow: auto;
5
}
6
@@ -15,6 +17,12 @@ body {
15
17
width: 100%;
16
18
19
20
+@media (max-width: 600px) {
21
+ .login-form > .field {
22
+ flex-direction: column;
23
+ }
24
+}
25
+
26
.login-form > .error {
27
color: red;
28
margin-top: 16px;
@@ -38,6 +46,13 @@ body {
38
46
margin-left: 20px;
39
47
40
48
49
50
+ .login-form > .field > .submit {
51
+ margin-left: 0px;
52
+ margin-top: 16px;
53
54
55
41
56
input {
42
57
-webkit-appearance: none;
43
58
0 commit comments