[GITEA] [UI] Wiki: Preserve footer padding (mobile)

(cherry picked from commit 7e81e2ccfc)
(cherry picked from commit 08cfaef685)
This commit is contained in:
Fl1tzi 2023-06-20 21:49:40 +02:00 committed by Earl Warren
parent 2ae3cf4088
commit b2b32e5863
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -63,8 +63,8 @@
<p>{{.FormatWarning}}</p>
</div>
{{end}}
<div class="ui gt-mt-0 {{if or .sidebarPresent .sidebarTocContent}}mobile reversed stackable grid equal width{{end}}">
<div class="ui {{if or .sidebarPresent .sidebarTocContent}}eleven wide column{{else}}gt-ml-0{{end}} segment markup wiki-content-main">
<div class="ui gt-mt-0 {{if or .sidebarPresent .sidebarTocContent}}mobile reversed stackable vertically padded grid equal width{{end}}">
<div class="ui {{if or .sidebarPresent .sidebarTocContent}}gt-mb-0 eleven wide column{{else}}gt-ml-0{{end}} segment markup wiki-content-main">
{{template "repo/unicode_escape_prompt" dict "EscapeStatus" .EscapeStatus "root" $}}
{{.content | Safe}}
</div>