diff --git a/internal/template/templates/views/entry.html b/internal/template/templates/views/entry.html index abb5d4ab..490600ed 100644 --- a/internal/template/templates/views/entry.html +++ b/internal/template/templates/views/entry.html @@ -164,7 +164,7 @@ {{ end }} {{ end }} -
+
{{ if not .entry.Feed.NoMediaPlayer }} {{ $mediaPlayerEnclosure := .entry.Enclosures.FindMediaPlayerEnclosure }} diff --git a/internal/ui/static/css/common.css b/internal/ui/static/css/common.css index 2b3be8dc..19dfa3e1 100644 --- a/internal/ui/static/css/common.css +++ b/internal/ui/static/css/common.css @@ -1023,7 +1023,6 @@ article.category-has-unread { color: var(--entry-content-color); line-height: 1.4em; overflow-wrap: break-word; - touch-action: pan-y pinch-zoom; } .entry-content h1, h2, h3, h4, h5, h6 {