diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-04-03 15:15:41 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-04-03 15:15:41 -0400 |
| commit | db02c4cc8028606fa57fd50424491008990ef6fd (patch) | |
| tree | 17e13470275f9391fc38c5504cf994f346136f79 /static | |
| parent | c9709029ca37ce27ea2d395b07ebb535c4bc421f (diff) | |
| download | omnisearch-db02c4cc8028606fa57fd50424491008990ef6fd.tar.gz | |
feat: added version to homepage
Diffstat (limited to 'static')
| -rw-r--r-- | static/main.css | 10 |
1 files changed, 10 insertions, 0 deletions
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; |
