diff --git a/ImageBoardServerApp/Pages/Accounts/UserPage.razor b/ImageBoardServerApp/Pages/Accounts/UserPage.razor index 0d3f26a..49c7552 100644 --- a/ImageBoardServerApp/Pages/Accounts/UserPage.razor +++ b/ImageBoardServerApp/Pages/Accounts/UserPage.razor @@ -40,6 +40,7 @@

[Logout] + You are not logged in. diff --git a/ImageBoardServerApp/Shared/MainLayout.razor b/ImageBoardServerApp/Shared/MainLayout.razor index 4ffda29..1cff71e 100644 --- a/ImageBoardServerApp/Shared/MainLayout.razor +++ b/ImageBoardServerApp/Shared/MainLayout.razor @@ -13,9 +13,13 @@
@Body
+
+
+
+ @code { diff --git a/ImageBoardServerApp/Shared/NavMenu.razor b/ImageBoardServerApp/Shared/NavMenu.razor index 353bafb..7f43c90 100644 --- a/ImageBoardServerApp/Shared/NavMenu.razor +++ b/ImageBoardServerApp/Shared/NavMenu.razor @@ -3,12 +3,12 @@ @inject NavigationManager navManager - + Boards @@ -31,7 +31,7 @@ } - +
Account diff --git a/ImageBoardServerApp/Shared/NavMenu.razor.css b/ImageBoardServerApp/Shared/NavMenu.razor.css index 50385d7..a30e2cf 100644 --- a/ImageBoardServerApp/Shared/NavMenu.razor.css +++ b/ImageBoardServerApp/Shared/NavMenu.razor.css @@ -9,9 +9,23 @@ .navbar-brand { font-size: 1.1rem; - horiz-align: center; + horiz-align: left; } +#maintitle { +!important; + display: flex; + justify-content: right; + padding: 5px; + flex: 50%; +} + +#logo { +!important; + padding: 6px 6px 6px; +} + + .oi { width: 2rem; font-size: 1.1rem; @@ -19,7 +33,7 @@ top: -2px; } -.topicTitle{ +.topicTitle { color: white; margin-top: 2rem; margin-left: 1.8rem; @@ -74,8 +88,16 @@ /* Never collapse the sidebar for wide screens */ display: block; } - - .account{ + + .account { position: fixed; } + + #maintitle { + !important; + display: flex; + justify-content: left; + padding: 5px; + flex: 50%; + } } diff --git a/ImageBoardServerApp/wwwroot/css/site.css b/ImageBoardServerApp/wwwroot/css/site.css index b749bd6..57b76d9 100644 --- a/ImageBoardServerApp/wwwroot/css/site.css +++ b/ImageBoardServerApp/wwwroot/css/site.css @@ -1,7 +1,9 @@ @import url('open-iconic/font/css/open-iconic-bootstrap.min.css'); + html, body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + background-color: #181223; } h1:focus {