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 -
-