Make Ino Reader article dialog wider on wide screens
Wider inoreader.com by mcbyte-it
Details
Authormcbyte-it
LicenseCC BY-NC-SA 4.0
Categorywww.inoreader.com
Created
Updated
Code size461 B
Code checksumfd39c493
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name inoreader.com wide
@version 20250417.06.35
@namespace https://userstyles.world/user/mcbyte-it
@description Make InoReader article dialog wider on wide screens
@author mcbyte-it
@license CC BY-NC-SA 4.0
==/UserStyle== */
@-moz-document domain("inoreader.com") {
.inno_dialog_modal {
width: 1080px !important;
}
.article_full_contents, .article_footer_placeholder_top {
max-width: 850px !important;
}
}