Skip to content

Mobile First Sidebar #45

@holzsec

Description

@holzsec

Describe the feature

The sidebar is a nice feature. However the content should be full width in mobile layouts.

Currently the content stays in col-9 and the sidebar in col-3 when the sidebar is enabled.

Use Case

Mobile first layout.

Proposed Solution

<div class="col-md-3 d-none d-md-block" id="component-sidebar"></div>
<div class="col-md-9 col-12" id="component-content"></div>

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

SDK version used

/

Environment details (OS name and version, etc.)

/

Sub-issues

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions