-
-
Notifications
You must be signed in to change notification settings - Fork 773
Add Ability to Resize the PersonaBar Logo #5591
Copy link
Copy link
Closed
Labels
Description
Description of problem
A while back some :root {} variables were added (see Portals/_default/PersonaBarTheme.css) so that the PersonaBar could be branded with colors and a logo. But there is no way to adjust the size of the logo and it just defaults, hard-coded to background-size: 32px auto;.
Description of solution
Add a new variable following the existing pattern: --dnn-pb-menu-brand-background-size: 32px auto;
Then consume that in main.css at appx. line 743 (DNN 9.11.01).
Screenshots
Affected browser
- All
PS, I will do a pull request for this soon - JRF
Reactions are currently unavailable

