diff --git a/README.md b/README.md index da92be84bf..22df1bf4da 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ Version 2.4-SNAPSHOT * use more eye catching unread stats in main navigation * show source title in selfoss RSS feed (thanks a lot to Darkwing1) * load sources for update by last update time (thanks a lot to Lars Formella) +* Opening feed search focus the search input field +* Scroll blockquotes and pre on overflow (especially good for mobile devices) Version 2.3 * new shortcut library jquery hotkeys (thanks a lot to Sigill) diff --git a/public/css/style.css b/public/css/style.css index 822df700b7..cb3a43cc47 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -424,6 +424,11 @@ input { -webkit-column-count: 1; column-count: 1; } + + .entry-content pre, + .entry-content blockquote { + overflow-x: auto; + } .entry-icon, .entry-icon img {