Fixed styling mistake
This commit is contained in:
parent
b6ea4d1727
commit
a3b2c525f0
@ -39,7 +39,7 @@ component LoggedInMenu(user *arn.User)
|
||||
.extra-navigation
|
||||
NavigationButton("Forum", "/forum", "comment")
|
||||
|
||||
.extra-navigation.hide-landscape
|
||||
.extra-navigation
|
||||
NavigationButton("Soundtracks", "/soundtracks", "headphones")
|
||||
|
||||
FuzzySearch
|
||||
@ -53,7 +53,8 @@ component LoggedInMenu(user *arn.User)
|
||||
//- .extra-navigation
|
||||
//- NavigationButton("Statistics", "/statistics", "pie-chart")
|
||||
|
||||
NavigationButton("Settings", "/settings", "cog")
|
||||
.hide-landscape
|
||||
NavigationButton("Settings", "/settings", "cog")
|
||||
|
||||
.extra-navigation.hide-landscape
|
||||
NavigationButtonNoAJAX("Logout", "/logout", "sign-out")
|
||||
|
@ -18,7 +18,7 @@ profile-boot-duration = 2s
|
||||
overflow hidden
|
||||
|
||||
.profile-field
|
||||
text-align center
|
||||
text-align left
|
||||
|
||||
a
|
||||
color white
|
||||
@ -27,6 +27,9 @@ profile-boot-duration = 2s
|
||||
.profile
|
||||
vertical
|
||||
align-items center
|
||||
|
||||
.profile-field
|
||||
text-align center
|
||||
|
||||
.intro-container
|
||||
align-items center
|
||||
|
Loading…
Reference in New Issue
Block a user