fix Novelpia Layout broken by Google Chrome translation.
Google Chromeのサイト翻訳機能によって崩れるNovelpiaのレイアウトを修正する。
Chrome - fix translated Novelpia Layout by pingval

Details
Authorpingval
LicenseCC0 1.0 Universal
CategoryNovelpia
Created
Updated
Code size428 B
Code checksumbe0b92e0
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name fix translated Novelpia
@version 20220409.17.24
@namespace userstyles.world/user/pingval
@description fix Novelpia Layout broken by Chrome translation.
@author pingval
@license CC0 1.0 Universal
==/UserStyle== */
@-moz-document url-prefix("https://novelpia.com/viewer/") {
.line {
display: block !important;
}
.line ~ br {
display: none !important;
}
}