diff options
author | metamuffin <metamuffin@disroot.org> | 2024-01-20 15:43:57 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-01-20 15:43:57 +0100 |
commit | 42f7a95ce67506344b694535ff193745452c6e29 (patch) | |
tree | 1ad84cd1c86b76b4efd7fecb26debe3da44f99a4 /web | |
parent | 9499c195230a7d5adaebd46892b373c86c5248c2 (diff) | |
download | jellything-42f7a95ce67506344b694535ff193745452c6e29.tar jellything-42f7a95ce67506344b694535ff193745452c6e29.tar.bz2 jellything-42f7a95ce67506344b694535ff193745452c6e29.tar.zst |
custom logo support
Diffstat (limited to 'web')
-rw-r--r-- | web/style/navbar.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/style/navbar.css b/web/style/navbar.css index bec46cf..1cffb9e 100644 --- a/web/style/navbar.css +++ b/web/style/navbar.css @@ -19,6 +19,10 @@ nav { align-items: center; } +nav a .logo { + height: 1.5em; +} + nav a { display: inline-block; border: 0px solid transparent; @@ -97,4 +101,4 @@ nav .back::before { nav .library { display: none; } -}
\ No newline at end of file +} |