From db02c4cc8028606fa57fd50424491008990ef6fd Mon Sep 17 00:00:00 2001 From: frosty Date: Fri, 3 Apr 2026 15:15:41 -0400 Subject: feat: added version to homepage --- static/main.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'static') diff --git a/static/main.css b/static/main.css index 1b56721..2ef60c3 100644 --- a/static/main.css +++ b/static/main.css @@ -135,6 +135,16 @@ img[src=""] { mask-position:center; text-decoration:none; } +.home-footer { + position: fixed; + bottom: 0; + left: 0; + right: 0; + padding: 8px 24px; + font-size: 12px; + color: var(--text-muted); + text-align: center; +} .nav-settings-icon { width:24px; height:24px; -- cgit v1.2.3