diff --git a/README.md b/README.md index 268a83a..19dda15 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
- Logo + Logo

MediaManager

diff --git a/docs/assets/favicon.ico b/docs/assets/favicon.ico new file mode 100644 index 0000000..28caea3 Binary files /dev/null and b/docs/assets/favicon.ico differ diff --git a/docs/assets/logo-with-text.svg b/docs/assets/logo-with-text.svg new file mode 100644 index 0000000..e0605aa --- /dev/null +++ b/docs/assets/logo-with-text.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/assets/logo.svg b/docs/assets/logo.svg index b551d03..7ae8b48 100644 --- a/docs/assets/logo.svg +++ b/docs/assets/logo.svg @@ -1,158 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom.css b/docs/custom.css new file mode 100644 index 0000000..fab6652 --- /dev/null +++ b/docs/custom.css @@ -0,0 +1,22 @@ +/*.md-header__button.md-logo {*/ +/* margin-top: 0;*/ +/* margin-bottom: 0;*/ +/* padding-top: 0;*/ +/* padding-bottom: 0;*/ +/*}*/ + +/*.md-header__button.md-logo img,*/ +/*.md-header__button.md-logo svg {*/ +/* height: 70%;*/ +/* width: 70%;*/ +/*}*/ +/* Increase logo size */ +.md-header__button.md-logo svg, .md-header__button.md-logo img { + height: 2.5rem; /* Increase height (default is usually ~1.2rem to 1.5rem) */ + width: auto; +} + +/* Adjust header height if necessary to fit the larger logo */ +.md-header { + height: 4rem; /* Match or exceed your new logo height */ +} diff --git a/mkdocs.yml b/mkdocs.yml index 8e6202f..def98d6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,7 +2,7 @@ site_name: "MediaManager Documentation" theme: name: "material" logo: "assets/logo.svg" - favicon: "assets/logo.svg" + favicon: "assets/favicon.ico" features: - navigation.sections - navigation.expand @@ -68,3 +68,5 @@ nav: extra: version: provider: mike +extra_css: + - custom.css \ No newline at end of file diff --git a/web/static/favicon.ico b/web/static/favicon.ico index da80fad..28caea3 100644 Binary files a/web/static/favicon.ico and b/web/static/favicon.ico differ diff --git a/web/static/logo-with-text.svg b/web/static/logo-with-text.svg new file mode 100644 index 0000000..e0605aa --- /dev/null +++ b/web/static/logo-with-text.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/web/static/logo.svg b/web/static/logo.svg index b551d03..7ae8b48 100644 --- a/web/static/logo.svg +++ b/web/static/logo.svg @@ -1,158 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file