Add CSS highlighting

Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
This commit is contained in:
sotys 2020-08-11 17:07:48 +02:00 committed by GitHub
parent 241c7fc38a
commit a305829cc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ To use it, upload this directory in your `./extensions` directory and enable it
The following CSS rules let you have a more comfortable mobile view by hiding some icons (read/unread article, mark as favorite and RSS feed's favicon) and by reducing text size. It also displays the name of the subscribed feed, instead of the favicon: The following CSS rules let you have a more comfortable mobile view by hiding some icons (read/unread article, mark as favorite and RSS feed's favicon) and by reducing text size. It also displays the name of the subscribed feed, instead of the favicon:
``` ```css
@media (max-width: 840px) @media (max-width: 840px)
{ {
.flux_header .item.website .flux_header .item.website
@ -47,4 +47,3 @@ Desktop screen resolution:
Mobile screen resolution: Mobile screen resolution:
![Mobile](mobile_resolution.png) ![Mobile](mobile_resolution.png)