-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix navigation layout for items that are added on a re-render #12481
Fix navigation layout for items that are added on a re-render #12481
Conversation
Fix #12464 ? |
Already added ;) |
I don't get it. For me the code is locally executed but the result still looks wrong: I refreshed multiple times, reinstalled, used different browsers ... and still - the newly added apps are still rendered wrongly. So this does not fix #12481 somehow. for me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me fix that
10cd800
to
4604a74
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
The span
is next to the a
, not within it.
I also fixed the size of the apps icons that did not reflect what the php was initially outputting.
Signed-off-by: Joas Schilling <coding@schilljs.com>
4604a74
to
44b0d39
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and works 👍
Bug was not visible until #12153
Now it looks awkward with the externals app
Fixes #12464