mirror of
https://github.com/miniflux/v2.git
synced 2025-07-02 16:38:37 +00:00
fix(ui): remove touch-action style because it could cause horizontal scrolling issue
This commit is contained in:
parent
e643effefa
commit
bf399fa56e
2 changed files with 1 additions and 2 deletions
|
@ -164,7 +164,7 @@
|
|||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
<article class="entry-content gesture-nav-{{ $.user.GestureNav }}" dir="auto">
|
||||
<article class="entry-content {{ if ne $.user.GestureNav "none" }}gesture-nav-{{ $.user.GestureNav }}{{ end }}" dir="auto">
|
||||
{{ if not .entry.Feed.NoMediaPlayer }}
|
||||
{{ $mediaPlayerEnclosure := .entry.Enclosures.FindMediaPlayerEnclosure }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue