Fix: Resolve login and register layout issues by adjusting app-menu height

This commit is contained in:
Adam Gaiswinkler
2025-12-10 16:40:16 +01:00
parent 1061cc9955
commit 256bcad04f
2 changed files with 4 additions and 3 deletions

View File

@ -280,7 +280,6 @@ body {}
bottom: 0;
width: 70%;
max-width: 280px;
height: calc(100vh - 80px);
/* Höhe an das neue top anpassen */
background-color: #b1b0b0;
flex-direction: column;

View File

@ -42,8 +42,10 @@ cd /Users/adamgaiswinkler/Theme.SZUAbsolventenverein/Package
**Was passiert dabei?**
1. Der Code wird im `Release` Modus kompiliert.
2. Ein NuGet-Paket (`.nupkg`) wird erstellt.
3. Das Paket wird automatisch in den Server-Ordner kopiert:
`../../oqtane.framework/Oqtane.Server/Packages/`
3. Das Paket (`.nupkg`) wird im Ordner **`Theme.SZUAbsolventenverein/Package/`** gespeichert.
> [!IMPORTANT]
> Du musst dieses Paket nun selbst nehmen und dorthin kopieren oder hochladen, wo du es installieren möchtest.
### Windows