Skip to content

Commit e2df0d5

Browse files
committed
Small Opera design fix, stil migrating to Manifest V3 (WIP)
1 parent 0c47455 commit e2df0d5

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

css/main.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
body {
2-
overflow: hidden;
2+
overflow: hidden;
33
}
44

55
.ip-card-square.mdl-card {
66
width: 700px;
77
}
88

9-
.ip-card-square > .mdl-card__title {
9+
.ip-card-square>.mdl-card__title {
1010
color: #fff;
1111
background: url('../img/icon128.png') bottom 45% right 10% no-repeat #191919;
1212
}
@@ -25,4 +25,8 @@ body {
2525

2626
.mdl-progress {
2727
width: 100%;
28+
}
29+
30+
.mdl-data-table td {
31+
padding: 6px 9px;
2832
}

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "IP Address & Geolocation",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"manifest_version": 3,
55
"icons": {
66
"16": "img/icon16.png",

popup.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
<script src="js/constants.js" type="text/javascript"></script>
99
<script src="js/utils/LocalStorageProvider.js" type="text/javascript"></script>
1010
<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">
1312
<script src="js/popup.js" type="text/javascript"></script>
1413
<link rel="stylesheet" href="css/material_fonts.css">
1514
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">

0 commit comments

Comments
 (0)