File tree 2 files changed +4
-11
lines changed
2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -1703,7 +1703,7 @@ type RootTranslation = {
1703
1703
*/
1704
1704
addYubikey : string
1705
1705
/**
1706
- * Add SH H Key
1706
+ * Add SS H Key
1707
1707
*/
1708
1708
addSSH : string
1709
1709
/**
Original file line number Diff line number Diff line change 1
1
#auth-container {
2
2
background-color : var (--surface-frame-bg );
3
3
display : flex ;
4
- min-height : 100 vh ;
4
+ width : 100 % ;
5
5
min-height : 100 dvh;
6
- max-height : 100vh ;
7
- max-height : 100 dvh;
8
6
overflow : auto ;
9
7
@include media-breakpoint-up (lg) {
10
- min-height : 100vh ;
11
- min-width : 100% ;
12
- max-height : 100vh ;
13
- height : max-content ;
14
8
display : grid ;
15
- grid-template-rows : 100 % ;
9
+ grid-template-rows : 1 fr ;
16
10
grid-template-columns : 1fr 1fr ;
17
11
align-content : center ;
18
12
justify-content : center ;
23
17
.logo-container {
24
18
grid-row : 1 ;
25
19
grid-column : 1 ;
26
- display : none ;
27
20
flex-direction : column ;
28
21
align-content : center ;
22
+ display : none ;
29
23
align-items : center ;
30
24
justify-content : center ;
31
25
background-color : var (--surface-main-primary );
48
42
display : flex ;
49
43
width : 100% ;
50
44
height : 100% ;
51
- max-height : 100% ;
52
45
grid-row : 1 ;
53
46
grid-column : 2 ;
54
47
}
You can’t perform that action at this time.
0 commit comments