Fix: Resolve login and register layout issues by adjusting app-menu height
This commit is contained in:
@ -280,7 +280,6 @@ body {}
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 70%;
|
width: 70%;
|
||||||
max-width: 280px;
|
max-width: 280px;
|
||||||
height: calc(100vh - 80px);
|
|
||||||
/* Höhe an das neue top anpassen */
|
/* Höhe an das neue top anpassen */
|
||||||
background-color: #b1b0b0;
|
background-color: #b1b0b0;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
@ -42,8 +42,10 @@ cd /Users/adamgaiswinkler/Theme.SZUAbsolventenverein/Package
|
|||||||
**Was passiert dabei?**
|
**Was passiert dabei?**
|
||||||
1. Der Code wird im `Release` Modus kompiliert.
|
1. Der Code wird im `Release` Modus kompiliert.
|
||||||
2. Ein NuGet-Paket (`.nupkg`) wird erstellt.
|
2. Ein NuGet-Paket (`.nupkg`) wird erstellt.
|
||||||
3. Das Paket wird automatisch in den Server-Ordner kopiert:
|
3. Das Paket (`.nupkg`) wird im Ordner **`Theme.SZUAbsolventenverein/Package/`** gespeichert.
|
||||||
`../../oqtane.framework/Oqtane.Server/Packages/`
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> Du musst dieses Paket nun selbst nehmen und dorthin kopieren oder hochladen, wo du es installieren möchtest.
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user