File tree 2 files changed +14
-8
lines changed
2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,6 @@ function App() {
20
20
LOG OUT
21
21
</ button >
22
22
23
- < h3 >
24
- Or{ " " }
25
- < a href = "https://github.com/sw-yx/react-netlify-identity-widget" target = "_blank" >
26
- view the source
27
- </ a >
28
- </ h3 >
29
-
30
23
< IdentityModal showDialog = { dialog } onCloseDialog = { ( ) => setDialog ( false ) } />
31
24
</ header >
32
25
) : (
@@ -38,6 +31,16 @@ function App() {
38
31
< IdentityModal showDialog = { dialog } onCloseDialog = { ( ) => setDialog ( false ) } />
39
32
</ header >
40
33
) }
34
+ < h3 >
35
+ Or{ " " }
36
+ < a
37
+ href = "https://github.com/sw-yx/react-netlify-identity-widget"
38
+ target = "_blank"
39
+ style = { { color : "powderblue" } }
40
+ >
41
+ view the source
42
+ </ a >
43
+ </ h3 >
41
44
</ div >
42
45
</ IdentityContextProvider >
43
46
)
Original file line number Diff line number Diff line change 16
16
}
17
17
18
18
[data-reach-dialog-content ] {
19
- width : 50 vw ;
19
+ /* width: 90vw; */ /* disabled for mobile */
20
20
margin : 10vh auto;
21
21
background : white;
22
22
padding : 2rem ;
145
145
}
146
146
147
147
@media (min-width : 480px ) {
148
+ [data-reach-dialog-content ] {
149
+ width : 50vw ;
150
+ }
148
151
.modalContainer ::before {
149
152
background-color : rgb (14 , 30 , 37 );
150
153
-webkit-animation : fadeIn 0.1s ease-in;
You can’t perform that action at this time.
0 commit comments