Skip to content
This repository was archived by the owner on Nov 15, 2017. It is now read-only.

Commit 0ec6a22

Browse files
committed
attempt at fixing chrome store issue
1 parent 5454765 commit 0ec6a22

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

assets/thirdparties/gitorious.org/adblock-latvian/adblock-latvian/raw/5f5fc83eb1a2d0e97df9a5c382febaa651511757:lists/latvian-list.txt renamed to assets/thirdparties/gitorious.org/adblock-latvian/adblock-latvian/raw/5f5fc83eb1a2d0e97df9a5c382febaa651511757%3Alists/latvian-list.txt

File renamed without changes.

css/popup.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ body .toolbar button#scopeCell {
234234
border: 1px dotted rgba(0,0,0,0.2);
235235
padding: 6px 1px 3px 1px;
236236
box-sizing: content-box;
237-
width: 18em;
237+
width: 16em;
238238
height: 1.5em;
239239
white-space: nowrap;
240240
text-align: right;
@@ -304,13 +304,13 @@ body #scopeKeys {
304304
}
305305

306306
.matrix .matRow > .matCell:first-child {
307-
width: 18em;
307+
width: 16em;
308308
text-align: start;
309309
direction: rtl;
310310
}
311311
.matrix .matRow.l2 > .matCell:first-child {
312312
margin-left: 3px;
313-
width: calc(18em - 3px);
313+
width: calc(16em - 3px);
314314
}
315315
.matrix .matRow > .matCell:hover {
316316
border-style: solid;

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "__MSG_extName__",
44
"short_name": "HTTPSB",
5-
"version": "0.8.4.4",
5+
"version": "0.8.4.7",
66
"description": "__MSG_extShortDesc__",
77
"icons": {
88
"16": "icon_16.png",

0 commit comments

Comments
 (0)