Added home link to extension

This commit is contained in:
Eduard Urbach 2017-06-25 15:04:35 +02:00
parent 8ece017a82
commit c61ec525cb
4 changed files with 11 additions and 2 deletions

View File

@ -22,7 +22,7 @@
"loading",
"fade",
"mobile",
"extension"
"embedded"
],
"scripts": {
"main": "main"

View File

@ -20,7 +20,10 @@ component LoggedOutMenu
component LoggedInMenu(user *arn.User)
nav#navigation.logged-in
NavigationButton("Dash", "/", "inbox")
.extension-navigation
NavigationButton("Watching list", "/extension/embed", "home")
NavigationButton("Dash", "/", "dashboard")
NavigationButton("Anime", "/anime", "television")
NavigationButton("Profile", "/+", "user")
NavigationButton("Forum", "/forum", "comment")

View File

@ -2,6 +2,9 @@
// Put navigation to the bottom of the screen
flex-direction column-reverse !important
.extension-navigation
display inline-block
.anime-list
max-width 500px
margin -1.1rem

View File

@ -59,6 +59,9 @@
.extra-navigation
display none
.extension-navigation
display none
> 330px
.navigation-button, #search
font-size 1.3em