fix inoreader in mobile
inoreader mobile fix by mimvahedi
Details
Authormimvahedi
LicenseNo License
Categoryinoreader
Created
Updated
Size315 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
based on https://github.com/webcompat/web-bugs/issues/99701#issuecomment-1773674965
Source code
/* ==UserStyle==
@name inoreader mobile fix
@namespace inoreader
@version 1.0.0
@description fix inoreader in mobile
@author mimvahedi
==/UserStyle== */
@-moz-document domain("inoreader.com") {
body {
position: fixed;
width: 100vw;
height: 100vh;
}
}