From 6a43435950df62d733e8a2df13a021ec7f75b4f1 Mon Sep 17 00:00:00 2001 From: Elias Jansson Date: Fri, 13 Jun 2025 10:41:00 +0200 Subject: [PATCH] Layout fixad --- Aberwyn/Properties/launchSettings.json | 2 +- Aberwyn/Views/Shared/_Layout.cshtml | 50 +-------- Aberwyn/wwwroot/css/site.css | 149 +++++++++++++++++-------- Aberwyn/wwwroot/js/site.js | 89 +++++++++++++++ 4 files changed, 200 insertions(+), 90 deletions(-) diff --git a/Aberwyn/Properties/launchSettings.json b/Aberwyn/Properties/launchSettings.json index a663ecc..2ef5bcb 100644 --- a/Aberwyn/Properties/launchSettings.json +++ b/Aberwyn/Properties/launchSettings.json @@ -14,7 +14,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "https://localhost:7290;http://localhost:5290" + "applicationUrl": "https://localhost:7290;http://localhost:5290;http://0.0.0.0:5000" }, "IIS Express": { "commandName": "IISExpress", diff --git a/Aberwyn/Views/Shared/_Layout.cshtml b/Aberwyn/Views/Shared/_Layout.cshtml index a6d5878..9e7cfc6 100644 --- a/Aberwyn/Views/Shared/_Layout.cshtml +++ b/Aberwyn/Views/Shared/_Layout.cshtml @@ -50,9 +50,9 @@ @if (User.IsInRole("Chef")) {