Greasy Fork

manganelo.com - continous reading

Style for manganelo.com that removes margins between pages, makes reading continous.

当前为 2020-11-20 提交的版本,查看 最新版本

/* ==UserStyle==
@name        manganelo.com - continous reading
@name:en     manganelo.com - continous reading
@description Style for manganelo.com that removes margins between pages, makes reading continous.
@namespace   [email protected]
@version     1.0.1
@license     MIT
==/UserStyle== */

@-moz-document domain("manganelo.com") {
	/*Removes margins from images in the reading area*/
	.container-chapter-reader > img {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
}