We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbd4ae commit f628591Copy full SHA for f628591
src/skins/vector/css/templates/Login.css
@@ -17,6 +17,18 @@ limitations under the License.
17
.mx_Login {
18
width: 100%;
19
height: 100%;
20
+
21
+ display: -webkit-box;
22
+ display: -moz-box;
23
+ display: -ms-flexbox;
24
+ display: -webkit-flex;
25
+ display: flex;
26
+ -webkit-align-items: center;
27
+ align-items: center;
28
+ -webkit-justify-content: center;
29
+ justify-content: center;
30
31
+ overflow: auto;
32
}
33
34
.mx_Login h2 {
@@ -28,8 +40,8 @@ limitations under the License.
40
41
.mx_Login_box {
42
width: 300px;
43
+ min-height: 450px;
44
margin: auto;
- padding-top: 100px;
45
46
35
47
.mx_Login_logo {
0 commit comments