murattkoc opened a new issue, #43713: URL: https://github.com/apache/superset/issues/43713
### Bug description ### Bug Description When replacing or loading a custom SVG, the main brand logo in the top navbar unexpectedly resizes and becomes overly large. ### Steps to Reproduce 1. Configure a custom `Loading.svg` or replace default SVG assets in Superset. 2. Load/refresh any page in Superset. 3. Observe the main logo expanding/stretching during or after the loading phase. ### Expected Behavior The main logo should retain its fixed width/height dimensions (defined via `APP_ICON_WIDTH` or UI CSS) regardless of the loading SVG state. ### Actual Behavior The main logo stretches/enlarges, breaking the navbar alignment. ### Environment - **Apache Superset Version:** [Versiyonunu yaz, örn: 4.0.0] - **Browser:** [Chrome / Firefox / Safari] <img width="1718" height="968" alt="Image" src="https://github.com/user-attachments/assets/b079cb7d-76d7-4402-badc-f3e108c242db" /> this my conf: THEME_DEFAULT = { "algorithm": "default", "token": { "brandSpinnerUrl": "/app/superset/static/assets/images/tvheryerde.svg", } } but not working conf: THEMET = { "algorithm": "default", "token": { "brandSpinnerUrl": "/app/superset/static/assets/images/tvheryerde.svg", } } Will you support me? @dosu <img width="1718" height="968" alt="Image" src="https://github.com/user-attachments/assets/d52966ec-5c94-4b32-abba-5a7199a59ea5" /> ### Screenshots/recordings _No response_ ### Superset version 6.1.0 ### Python version 3.11 ### Node version 16 ### Browser Chrome ### Additional context _No response_ ### Checklist - [ ] I have searched Superset docs and Slack and didn't find a solution to my problem. - [ ] I have searched the GitHub issue tracker and didn't find a similar bug report. - [ ] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
