1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

fix(ui): remove touch-action style because it could cause horizontal scrolling issue

This commit is contained in:
Frédéric Guillot 2025-03-28 15:12:16 -07:00
parent e643effefa
commit 87fccfee3a
2 changed files with 1 additions and 2 deletions

View file

@ -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 }}

View file

@ -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 {