File tree Expand file tree Collapse file tree 2 files changed +25
-8
lines changed Expand file tree Collapse file tree 2 files changed +25
-8
lines changed Original file line number Diff line number Diff line change 6
6
* ::before {
7
7
box-sizing : border-box;
8
8
font-size : 15px ;
9
+ margin : 0 ;
10
+ padding : 0 ;
9
11
}
10
12
11
13
body {
12
- width : 200 px ;
14
+ width : 250 px ;
13
15
margin-bottom : 0 ;
14
16
padding-bottom : 0 ;
15
17
}
@@ -19,25 +21,36 @@ body {
19
21
font-size : 20px ;
20
22
font-weight : 600 ;
21
23
letter-spacing : 0.9px ;
22
- padding : 5px 0px ;
23
- margin : -10px -25px 10px -25px ;
24
+ padding : 15px 0px ;
24
25
display : block;
25
26
background-color : # d5d5d5 ;
26
27
}
27
28
29
+ .header > p {
30
+ font-size : 12px ;
31
+ font-style : italic;
32
+ font-weight : 400 ;
33
+ margin-top : 5px ;
34
+ }
35
+
28
36
.footer {
29
37
text-align : center;
30
38
font-size : 18px ;
31
39
font-weight : 600 ;
32
40
letter-spacing : 0.9px ;
33
- margin : 6px -25px 0px -25px ;
34
41
background-color : # d5d5d5 ;
35
42
display : block;
36
- padding : 5px 0px ;
43
+ padding : 5px ;
44
+ }
45
+
46
+ .footer > p {
47
+ font-size : 10px ;
48
+ padding : 10px ;
37
49
}
38
50
39
51
.content {
40
- padding : 0px 5px 5px 5px ;
52
+ width : 90% ;
53
+ margin : auto;
41
54
}
42
55
43
56
.row {
55
68
margin : auto;
56
69
border-radius : 5px ;
57
70
padding : 8px 3px ;
71
+ width : 100% ;
58
72
}
59
73
60
74
.show {
Original file line number Diff line number Diff line change 14
14
Live Server
15
15
< div > </ div >
16
16
Web Extension
17
+
18
+ < p > "Makes your existing server live"</ p >
17
19
</ div >
18
20
< div class ="content ">
19
21
< div class ="row ">
37
39
< div class ="row ">
38
40
< div >
39
41
< label class ="form-label " for ="actualServer "> Actual Server Address</ label >
40
- < input class ="form-control " type ="text " id ="actualServer " placeholder ="http://localhost:80/php/ ">
42
+ < input class ="form-control " type ="text " id ="actualServer " placeholder ="http://Your Server Address ">
41
43
</ div >
42
44
</ div >
43
45
44
46
< div class ="row ">
45
47
< div >
46
48
< label class ="form-label " for ="liveServer "> Live Server Address</ label >
47
- < input class ="form-control " type ="text " id ="liveServer " placeholder ="http://127.0.0.1:5500/ ">
49
+ < input class ="form-control " type ="text " id ="liveServer " placeholder ="Eg. http://127.0.0.1:5500/ ">
48
50
< a class ="short-right-label " target ="_blank " href ="https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer "> Install Live Server</ a >
49
51
</ div >
50
52
</ div >
55
57
</ div >
56
58
< div class ="footer ">
57
59
< a target ="_blank " href ="https://github.com/ritwickdey/live-server-web-extension "> Need Help?</ a >
60
+ < p > NOTE: You need two server. Live Server will give `live` power of your existing server (May be Wamp, XAMPP or IIS or Node.js)</ p >
58
61
</ div >
59
62
< script src ="./popup.js "> </ script >
60
63
</ body >
You can’t perform that action at this time.
0 commit comments