summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-02-21 16:11:11 +0100
committerLibravatar GitHub <noreply@github.com>2024-02-21 16:11:11 +0100
commit5aca09b59e3d467df301ac29a35960354b74cf28 (patch)
tree895f44259897187babb71c3ea31218e17d8515bb /web
parent[bugfix] Fix wide images being squished when used as instance avatar (#2669) (diff)
downloadgotosocial-5aca09b59e3d467df301ac29a35960354b74cf28.tar.xz
[chore] Rename frontend.tmpl to settings.tmpl, remove unused "lightgray" class (#2674)
Diffstat (limited to 'web')
-rw-r--r--web/template/settings.tmpl (renamed from web/template/frontend.tmpl)2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/frontend.tmpl b/web/template/settings.tmpl
index 8e5267f4a..4d03ccc9d 100644
--- a/web/template/frontend.tmpl
+++ b/web/template/settings.tmpl
@@ -18,7 +18,7 @@
*/ -}}
{{- with . }}
-<main class="lightgray">
+<main class="settings">
<div id="root"></div>
</main>
{{- end }} \ No newline at end of file