1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Add fullscreen mode as a more efficient operation way to view projects (#34081)

Maybe fix #33482, maybe fix #34015

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
Kerwin Bryant
2025-04-23 13:42:22 +08:00
committed by GitHub
parent 04fab1818b
commit c2c04ffff7
9 changed files with 119 additions and 57 deletions

View File

@@ -8,8 +8,6 @@
{{template "user/overview/header" .}}
</div>
{{end}}
<div class="ui container fluid padded">
{{template "projects/view" .}}
</div>
{{template "projects/view" .}}
</div>
{{template "base/footer" .}}