lightnovel-crawler
lightnovel-crawler copied to clipboard
Correctly Minify CSS and Display Double <br>
The previous approach to minifying CSS lead to duplicate entries in the CSS and missing closing brackets:
Setting <br><br>
to display none lead to some novels not rendering correctly. In my opinion completely removing <br><br>
is not the way to go. If two <br>
are too much, we can just replace them by one in code.