My logo uploaded into the settings for the navigation bar appears super small. I read an old forum post about adding css to custom code but that did not work. It seems like it should be an obvious, native feature. What am I missing here?
Please check this custom code, this is the one for the new Navigation
Okay, that did change the logo size. It also changed the size of all the navigation “elements”. The Home button and the Profile button in the nav bar also took on the CSS so they got larger. Is there a way to just impact the logo size without impacting all of the elements in the Nav Bar?
<style>
#topbar-root a img {
transform: scale(1.3) !important;
}
</style>
Should do the trick regarding the user profile picture. Though it should not change the size of all the navigation elements
Yeah, not sure what’s going on but it certainly changes all the elements in the nav bar.
Is it the only <style>
code you entered at app level?
Could you take a screenshot of all the codes you added at the app level, header custom code, so I can have a look?
And also a screenshot of your navbar.
You can do it by DM if you prefer.
Tested on multiple apps and it does not change the other elements
Not sure what happened but it works as expected now. All I did was remove the custom code, save, and put it back in again. Thanks for the help!