]> source.dussan.org Git - gitea.git/commit
Fix fullscreen for action (#25200) (#25207)
authorGiteabot <teabot@gitea.io>
Mon, 12 Jun 2023 15:41:13 +0000 (11:41 -0400)
committerGitHub <noreply@github.com>
Mon, 12 Jun 2023 15:41:13 +0000 (15:41 +0000)
commit8e798ebbdfa5583eecd916f8d669ae4ba4093c83
treeceb054b6a71eeebe0078288ca36d58a5a38c637f
parent0ad5ae0dbfac862e189097c5706d4fa33fcccce1
Fix fullscreen for action  (#25200) (#25207)

Backport #25200 by @HesterG

An error occurs when clicking on `show full screen` on action page.

<img width="1440" alt="Screen Shot 2023-06-12 at 13 06 52"
src="https://github.com/go-gitea/gitea/assets/17645053/1d4ded3c-fb77-4dd8-9201-24d0696f96eb">

class name has changed in #25134, so the selector is not working.
Enhance the selectors to fix this.

Co-authored-by: HesterG <hestergong@gmail.com>
web_src/js/components/RepoActionView.vue