You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature request
The current version of the Brand Header limits the width to 1504px (--scl-grid-max-width). This is no issue for normal websites, but for websites like documentations with large tables or longer paragraphs it's sad to have so much white space on the left and right side on large 21:9 or 32:9 screens.
Describe the use case
The old header-bar is using the full-width which was better suited for our use case.
An option to increase the header size or to delete the maximum width for the container part of the navbar would allow it to create sites which are better fitted for certain content like documentations. You can of course have a wider content already now, but this doesn't look good if the header isn't as wide.
Describe alternatives you've considered
I could manually remove the width limit by deleting max-width: var(--_max-width-container);. But this may break with future Scale updates.
Additional context
This is the current default view of our OpenTelekomCloud Helpcenter under-development Scale theme, when using the same width for the content as for the header:
Our Helpcenter with full-width and the current Scale options:
Although this is a very edge case as the sample here has a huge screen you might see, this doesn't look good.
The same just with the width limit removed, which we would like to have as an option:
The text was updated successfully, but these errors were encountered:
agree to @SebastianGode. The logo visual looks a bit lost and displaced on wide screens if aligned with the main content view. While having very wide content boxes for text paragraphs is of limited use, we have a different situation with wide tables with many columns which we have a lot in our technical documentation.
Describe the feature request
The current version of the Brand Header limits the width to 1504px (
--scl-grid-max-width
). This is no issue for normal websites, but for websites like documentations with large tables or longer paragraphs it's sad to have so much white space on the left and right side on large 21:9 or 32:9 screens.Describe the use case
The old header-bar is using the full-width which was better suited for our use case.
An option to increase the header size or to delete the maximum width for the container part of the navbar would allow it to create sites which are better fitted for certain content like documentations. You can of course have a wider content already now, but this doesn't look good if the header isn't as wide.
Describe alternatives you've considered
I could manually remove the width limit by deleting
max-width: var(--_max-width-container);
. But this may break with future Scale updates.Additional context
This is the current default view of our OpenTelekomCloud Helpcenter under-development Scale theme, when using the same width for the content as for the header:
Our Helpcenter with full-width and the current Scale options:
Although this is a very edge case as the sample here has a huge screen you might see, this doesn't look good.
The same just with the width limit removed, which we would like to have as an option:
The text was updated successfully, but these errors were encountered: