1
0
mirror of https://github.com/aureliendavid/rsspreview.git synced 2025-08-26 05:15:33 +00:00

limit all images width in preview (#12)

This commit is contained in:
Aurelien David 2019-01-08 12:55:33 +01:00
parent 96ff9b1983
commit ea6ddf6d8e
2 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "RSSPreview",
"version": "2.5",
"version": "2.6",
"author": "Aurelien David",
"homepage_url": "https://github.com/aureliendavid/rsspreview",

View File

@ -35,6 +35,10 @@ a[href] img {
border: none;
}
img {
max-width: 900px;
}
#feedBody {
border: 1px solid THreeDShadow;
padding: 3em;