[UI] Wiki: Preserve footer padding (mobile)

This commit is contained in:
Fl1tzi 2023-06-20 21:49:40 +02:00
parent ca3c471537
commit 7e81e2ccfc
No known key found for this signature in database
GPG key ID: 06B333727810C686

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>