mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Disable double-tap mobile gesture if swipe gesture is disabled
Fixes #441.
This commit is contained in:
parent
de92e3e472
commit
b6c368c39c
3 changed files with 3 additions and 3 deletions
|
@ -143,7 +143,7 @@
|
|||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
<article role="article" class="entry-content" dir="auto">
|
||||
<article role="article" class="entry-content {{ if $.user.EntrySwipe }}double-tap{{ end }}" dir="auto">
|
||||
{{ if .user }}
|
||||
{{ noescape (proxyFilter .entry.Content) }}
|
||||
{{ else }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue