1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-03 09:07:19 +00:00

Fix flash message for flex-container (#30657)

This commit is contained in:
wxiaoguang
2024-04-23 16:31:51 +08:00
committed by GitHub
parent 9b7af4340c
commit dd2aaadce3
3 changed files with 2 additions and 10 deletions

View File

@ -1,9 +1,9 @@
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content dashboard feeds">
{{template "user/dashboard/navbar" .}}
{{template "base/alert" .}}
<div class="ui container flex-container">
<div class="flex-container-main">
{{template "base/alert" .}}
{{template "user/heatmap" .}}
{{template "user/dashboard/feeds" .}}
</div>