goauthentik / goauthentik/authentik
Content Right Flow Layout: Logo Misplaced in 2024.2.1
- Dominant language
- Python
- Stars
- 25.6k
- Forks
- 2k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 644
Description
**Describe the bug**
After upgrading my Docker installation of authentik to **2024.2.1**, I noticed that the "content right" layout behaves differently than in previous versions. Specifically, when the "content right" (and most likely also "content left") layout in a flow is selected, the logo appears on **top** of the login box instead of **to the side**. The footer links remain to the side, which makes the whole thing look a bit strange. I'm not sure if this was an intentional design change, or not. According to the [current authentik docs on flow layouts](https://docs.goauthentik.io/docs/add-secure-apps/flows-stages/flow/executors/if-flow), the logo should appear to the side of the login box.
**To Reproduce**
Steps to reproduce the behavior:
Under a flow's appearance settings, set "Layout" to "Content right."
**Expected behavior**
In previous versions of authentik, the logo would appear to the left of the login box when using the "content right" layout (second screenshot). Now, it appears above, leaving the footer links stranded to the side (first image).
**Screenshots**
Potentially incorrect behavior (my logo is different than the default):

Expected behavior from previous versions and from the docs:

**Version and Deployment:**
- authentik version: 2024.2.1
- Deployment: docker-compose
***Note:** I am using a bit of custom CSS (some to improve the look caused by this potential bug), however removing it does not fix the problem. The "content right" layout worked as expected until I upgraded to version 2024.2.1.*
Contributor guide
Assessment
This issue has not been assessed yet.