File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
body {
2
- overflow : hidden;
2
+ overflow : hidden;
3
3
}
4
4
5
5
.ip-card-square .mdl-card {
6
6
width : 700px ;
7
7
}
8
8
9
- .ip-card-square > .mdl-card__title {
9
+ .ip-card-square > .mdl-card__title {
10
10
color : # fff ;
11
11
background : url ('../img/icon128.png' ) bottom 45% right 10% no-repeat # 191919 ;
12
12
}
25
25
26
26
.mdl-progress {
27
27
width : 100% ;
28
+ }
29
+
30
+ .mdl-data-table td {
31
+ padding : 6px 9px ;
28
32
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " IP Address & Geolocation" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"manifest_version" : 3 ,
5
5
"icons" : {
6
6
"16" : " img/icon16.png" ,
Original file line number Diff line number Diff line change 8
8
< script src ="js/constants.js " type ="text/javascript "> </ script >
9
9
< script src ="js/utils/LocalStorageProvider.js " type ="text/javascript "> </ script >
10
10
< script src ="js/models/GeoLocation.js " type ="text/javascript "> </ script >
11
- < link rel ="stylesheet " href ="css/material.min.css ">
12
-
11
+ < link rel ="stylesheet " href ="css/material.min.css ">
13
12
< script src ="js/popup.js " type ="text/javascript "> </ script >
14
13
< link rel ="stylesheet " href ="css/material_fonts.css ">
15
14
< meta content ="text/html;charset=utf-8 " http-equiv ="Content-Type ">
You can’t perform that action at this time.
0 commit comments