Little CSS update for Chrome version

Litte style update for the Chrome version
This commit is contained in:
Kevin Röbert
2018-09-02 20:17:54 +02:00
parent af7397337f
commit adc6e0bf0d
6 changed files with 128 additions and 122 deletions

View File

@@ -1,6 +1,5 @@
body {
font-size: 13px;
width: 200px;
}
.small-version {
@@ -15,3 +14,7 @@ body {
.col-sm-1 {
margin-top: -10px;
}
#body-popup {
width: 200px;
}

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "ClearURLs",
"version": "1.3.3.13",
"version": "1.3.3.14",
"author": "Kevin R.",
"description": "Remove tracking elements form URLs.",
"homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",