From 79f49fa6f0b5368c197a3346dae1f57e4976e5ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 25 Jan 2018 10:02:32 +0100 Subject: Stable13 fixes (#254) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fixed required class for main content Signed-off-by: John Molakvoæ (skjnldsv) * Fixed a external underline Signed-off-by: John Molakvoæ (skjnldsv) * proper scroll area Signed-off-by: John Molakvoæ (skjnldsv) * proper scroll area 2 Signed-off-by: John Molakvoæ (skjnldsv) * Fixed transparent settings Signed-off-by: John Molakvoæ (skjnldsv) --- templates/index.php | 2 +- templates/part.content.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/index.php b/templates/index.php index a7f8bb303..5d9f0f63b 100644 --- a/templates/index.php +++ b/templates/index.php @@ -96,7 +96,7 @@ foreach (Plugin::getScripts() as $appName => $fileName) { }" ng-hide="App.loading.isLoading('global')" ng-view - news-scroll="#app-content" + news-scroll=".app-content-detail" news-scroll-enabled-mark-read="Content.markReadEnabled()" news-scroll-auto-page="Content.autoPage()" news-scroll-mark-read="Content.scrollRead(itemIds)"> diff --git a/templates/part.content.php b/templates/part.content.php index 844588c4f..c240053ca 100644 --- a/templates/part.content.php +++ b/templates/part.content.php @@ -6,7 +6,8 @@ compact: Content.isCompactView(), 'feed-view': Content.isFeed() }" - news-compact-expand="{{ Content.isCompactExpand() }}"> + news-compact-expand="{{ Content.isCompactExpand() }}" + class="app-content-detail">

t('No articles available')) ?>

t('No unread articles available')) ?>

-- cgit v1.2.3