GitHub user murattkoc closed a discussion: bug(ui): Main logo resizes abnormally after replacing/loading custom SVG
### 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 ### 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. GitHub link: https://github.com/apache/superset/discussions/43726 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
