.container { width: auto; padding: 0 20px; } .App { padding-top: 0; min-height: 0; &:before { display: none; } } .App-content { border-top: 0; } .DiscussionPage-nav--embed { height: 70px; > ul { z-index: 100; background: @body-bg; list-style: none; padding: 0; margin: 0; border-bottom: 1px solid @control-bg; @media @tablet-up { position: fixed; left: 0; right: 0; top: 0; padding: 0 15px; } > li { margin: 15px 15px 15px 0; display: inline-block; .Dropdown-menu { left: 0; right: auto; } } .item-replies h3 { font-weight: normal; margin: 0; &, a { color: @muted-color; } } } } .DiscussionPage-stream { margin-right: 0; } .Post-stream { margin-top: 0; }