diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 11b0d613..2ae14b15 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -10,6 +10,7 @@ module.exports = { repo: 'inorichi/tachiyomi', docsRepo: 'tachiyomiorg/website', docsDir: 'src', + logo: '/assets/media/logo.svg', editLinks: true, editLinkText: 'Help us improve this page', nav: require('./config/nav'), diff --git a/src/.vuepress/public/assets/media/logo.svg b/src/.vuepress/public/assets/media/logo.svg new file mode 100644 index 00000000..9931732d --- /dev/null +++ b/src/.vuepress/public/assets/media/logo.svg @@ -0,0 +1,23 @@ + + + + + + + + + + diff --git a/src/.vuepress/styles/index.styl b/src/.vuepress/styles/index.styl index 2f452dd3..0d98d642 100644 --- a/src/.vuepress/styles/index.styl +++ b/src/.vuepress/styles/index.styl @@ -114,10 +114,20 @@ main.home font-size 1.125em margin-top 0.5em +// Navbar Changes +.navbar + img.logo + /* Bring navbar-name closer to navbar-logo */ + margin-right 0 + .site-name.can-hide + /* Display navbar-name even for small screens */ + @media (max-width: $MQMobile) + display inherit + // Center align class .centered text-align center // Bold class .bold - font-weight bold + font-weight bold \ No newline at end of file