The website not responsive (width hardcoded), sometimes the content overflow..
I increased some of the width to be able to read the overflowed parts.
Authorslashformotion
LicenseMIT
Categoryebook-hunter
Created
Updated
Size473 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
The website not responsive (width hardcoded), sometimes the content overflow..
I increased some of the width to be able to read the overflowed parts.
/* ==UserStyle==
@name ebook-hunter.org - 23/06/2022 17:53:21
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("ebook-hunter.org") {
.mains_left_box{
width: 666px;
}
#pages{
width: 1200px;
}
#headers{
width: 1200px;
}
#mains{
width: 1200px;
}
#mains_left{
width: 800px;
}
}