Hello all,
When clicking the hamburger to switch between applications, I noticed the JIRA and Confluence logos have different heights.
In look and feel:
.......... why aren't they the same constraints
Creative told me the JIRA one was set to 40px height but it doesn't match Confluence.
What is the correct logo height that I can make them both match? If I put a 48px image into JIRA, will it stretch it to 60?
I added the following text to the Custom HTML (End of Head) section in the Confluence Server product:
<style>
.aui-header .aui-header-logo img {
border: 0;
float: left;
max-height: 30px;
padding: 5px 0;
}
</style>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.