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