summaryrefslogtreecommitdiff
path: root/web/template
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-02-21 14:24:04 +0100
committerLibravatar GitHub <noreply@github.com>2024-02-21 14:24:04 +0100
commit2d9e498f9693c9fe553aa93c3faee9883a4d1e77 (patch)
treeac8768e6d2bdcd8e9150972479935b7b989f2997 /web/template
parent[bugfix] fix possible mutex lockup during streaming code (#2633) (diff)
downloadgotosocial-2d9e498f9693c9fe553aa93c3faee9883a4d1e77.tar.xz
[bugfix] Fix wide images being squished when used as instance avatar (#2669)
Diffstat (limited to 'web/template')
-rw-r--r--web/template/page_header.tmpl2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/template/page_header.tmpl b/web/template/page_header.tmpl
index 5a2956883..e605b349f 100644
--- a/web/template/page_header.tmpl
+++ b/web/template/page_header.tmpl
@@ -61,8 +61,6 @@ Instance Logo
src="{{- .instance.Thumbnail -}}"
alt="{{- template "thumbnailDescription" . -}}"
title="{{- template "thumbnailDescription" . -}}"
- width="100"
- height="100"
/>
<h1>{{- .instance.Title -}}</h1>
</a>