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:
parent
96ff9b1983
commit
ea6ddf6d8e
@ -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",
|
||||
|
||||
|
@ -35,6 +35,10 @@ a[href] img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 900px;
|
||||
}
|
||||
|
||||
#feedBody {
|
||||
border: 1px solid THreeDShadow;
|
||||
padding: 3em;
|
||||
|
Loading…
Reference in New Issue
Block a user