From 0071017fcf8b4645f88a4ef4348cf2688bd4d897 Mon Sep 17 00:00:00 2001 From: iTob Date: Mon, 16 Sep 2024 17:01:50 +0200 Subject: [PATCH] nav bar restyle --- RBLNews.Maui/IaC/build-android.ps1 | 1 + RBLNews.Maui/RBLNews.Maui.csproj | 4 --- .../Components/Layout/MainLayout.razor.css | 2 +- .../Components/Layout/NavMenu.razor | 34 +++++++++---------- .../Components/Layout/NavMenu.razor.css | 20 +++++++---- .../Components/Pages/Feeds.razor.css | 1 + RBLNews.Shared/wwwroot/css/app.css | 14 ++++---- 7 files changed, 39 insertions(+), 37 deletions(-) create mode 100644 RBLNews.Shared/Components/Pages/Feeds.razor.css diff --git a/RBLNews.Maui/IaC/build-android.ps1 b/RBLNews.Maui/IaC/build-android.ps1 index 2ecc21b..55d74be 100644 --- a/RBLNews.Maui/IaC/build-android.ps1 +++ b/RBLNews.Maui/IaC/build-android.ps1 @@ -1 +1,2 @@ +cd.. dotnet publish -c Release -r android-arm64 -p:PackageFormat=Apk -f net8.0-android34.0 --sc true \ No newline at end of file diff --git a/RBLNews.Maui/RBLNews.Maui.csproj b/RBLNews.Maui/RBLNews.Maui.csproj index 6fcdeeb..ca24907 100644 --- a/RBLNews.Maui/RBLNews.Maui.csproj +++ b/RBLNews.Maui/RBLNews.Maui.csproj @@ -42,10 +42,6 @@ apk - - $(TargetFrameworks);net8.0-windows10.0.26100.0 - - True diff --git a/RBLNews.Shared/Components/Layout/MainLayout.razor.css b/RBLNews.Shared/Components/Layout/MainLayout.razor.css index 8521145..ddc5b6e 100644 --- a/RBLNews.Shared/Components/Layout/MainLayout.razor.css +++ b/RBLNews.Shared/Components/Layout/MainLayout.razor.css @@ -16,7 +16,7 @@ main { background-color: #f7f7f7; border-bottom: 1px solid #d6d5d5; justify-content: flex-end; - height: 3.5rem; + height: 2rem; display: flex; align-items: center; } diff --git a/RBLNews.Shared/Components/Layout/NavMenu.razor b/RBLNews.Shared/Components/Layout/NavMenu.razor index ac9beb0..89ffe3d 100644 --- a/RBLNews.Shared/Components/Layout/NavMenu.razor +++ b/RBLNews.Shared/Components/Layout/NavMenu.razor @@ -1,25 +1,23 @@ @using RBLNews.Shared.Services @inject IFeedDataService feedDataService -
-