Skip to content

Commit 079d449

Browse files
committed
Merge branch 'release/1.2.6'
2 parents ecd3ab0 + 7e3fd69 commit 079d449

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

content_scripts/ct.responsiveHelper.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626

2727
var container = document.createElement('div');
2828
container.className = CONTAINER_CLS;
29-
container.style.width = '100%';
30-
container.style.height = 0;
3129
elements.forEach(({ tag, version, cls }) => {
3230
const element = document.createElement('div');
3331
element.className = cls;

dist/webextension--bootstrap-responsiveHelper.v1.2.5..zip renamed to dist/webextension--bootstrap-responsiveHelper.v1.2.5.zip

File renamed without changes.
10.6 KB
Binary file not shown.

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": "bootstrap-responsiveHelper",
44
"description": "Show the bootstrap grid class currently active (XS, SM, MD, LG)",
5-
"version": "1.2.5",
5+
"version": "1.2.6",
66
"homepage_url": "https://github.com/KevinBon/webextension--bootstrap-responsiveHelper",
77

88
"developer": {

0 commit comments

Comments
 (0)