Commit 0a3465d6 authored by Robert Knight's avatar Robert Knight

Center the content of the top bar in the stream

When the top-bar is used in the stream, the content
needs to be centered above the stream's contents.

T-90
parent d6cd4053
<!-- top bar for the sidebar and the stream.
!-->
<div class="top-bar" ng-class="frame.visible && 'shown'" ng-cloak>
<!-- Legacy design for top bar !-->
<div class="top-bar__inner" ng-if="!groupsEnabled">
<div class="top-bar__inner content" ng-if="!groupsEnabled">
<button class="top-bar__btn"
ng-click="shareDialog.visible = !shareDialog.visible"
ng-if="isSidebar"
......@@ -40,6 +42,9 @@
</div>
<!-- New design for the top bar.
This is part of the groups roll-out
The inner div is styled with 'content' to center it in
the stream view.
!-->
<div class="top-bar__inner content" ng-if="groupsEnabled">
<group-list class="group-list">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment