updated webtoon styles
This commit is contained in:
parent
397b884522
commit
84aa24ed3d
|
@ -1,7 +1,7 @@
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Style-Webtoons
|
// @name Style-Webtoons
|
||||||
// @namespace code.sitosis.com
|
// @namespace code.sitosis.com
|
||||||
// @version 1.0
|
// @version 1.1
|
||||||
// @description Style Webtoons
|
// @description Style Webtoons
|
||||||
// @author rudism
|
// @author rudism
|
||||||
// @match https://m.webtoons.com/*
|
// @match https://m.webtoons.com/*
|
||||||
|
@ -25,7 +25,7 @@ function injectStyle(css) {
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
}
|
}
|
||||||
#_viewer .flick-ct img {
|
#_viewer .flick-ct img {
|
||||||
width: 30%;
|
width: 40%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}`);
|
}`);
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in New Issue