diff --git a/inquisitor/resources/feed.css b/inquisitor/resources/feed.css index 0102814..356a355 100644 --- a/inquisitor/resources/feed.css +++ b/inquisitor/resources/feed.css @@ -7,6 +7,7 @@ div#wrapper { border-radius: 6px; padding: 5px; margin-bottom: 20px; + word-break: break-word; } .item-title { font-size: 1.4em; @@ -27,6 +28,9 @@ div#wrapper { .item-info { color: rgba(0, 0, 0, 0.7); } +.readable-item img { + max-width: 100%; +} button, summary { cursor: pointer; }