From e6e1cfd8e49783d6484cd4d86b0030f35aeb04de Mon Sep 17 00:00:00 2001 From: Giteabot Date: Mon, 19 Jun 2023 13:43:22 -0400 Subject: [PATCH] fix issue filters on mobile view (#25368) (#25371) Backport #25368 by @denyskon Fix #24846 applying the solution proposed by @silverwind
Screenshots ![Bildschirmfoto vom 2023-06-19 12-20-54](https://github.com/go-gitea/gitea/assets/47871822/3f4e4536-38c4-451b-bfc0-a7c39acd37f0) ![Bildschirmfoto vom 2023-06-19 12-21-02](https://github.com/go-gitea/gitea/assets/47871822/3403ecc2-4d7f-4acd-b0c0-1b7a10228ff7) ![Bildschirmfoto vom 2023-06-19 12-21-16](https://github.com/go-gitea/gitea/assets/47871822/ef28a2bf-b7cc-4aec-b54b-99d2cc46a1f6) ![Bildschirmfoto vom 2023-06-19 12-21-21](https://github.com/go-gitea/gitea/assets/47871822/f8cd72a5-379e-410b-b0ef-d58895719370) ![Bildschirmfoto vom 2023-06-19 12-21-28](https://github.com/go-gitea/gitea/assets/47871822/34c78301-820c-4106-a086-ae81dc97eb91) ![Bildschirmfoto vom 2023-06-19 12-21-48](https://github.com/go-gitea/gitea/assets/47871822/b677adf1-3a48-42c8-befe-fa9d2679f0a3)
Replaces #25335 Co-authored-by: Denys Konovalov --- templates/repo/issue/list.tmpl | 4 ++-- web_src/css/repo/issue-list.css | 13 ++++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/templates/repo/issue/list.tmpl b/templates/repo/issue/list.tmpl index 313f7d6e98..a3b13604d6 100644 --- a/templates/repo/issue/list.tmpl +++ b/templates/repo/issue/list.tmpl @@ -89,7 +89,7 @@ {{template "repo/issue/openclose" .}}
-