Commit 9fd1d7f0 authored by Ben Zichettello's avatar Ben Zichettello

Fixes #3264

parent 0ce66780
...@@ -40,7 +40,7 @@ $break-desktop: 1024px !default; ...@@ -40,7 +40,7 @@ $break-desktop: 1024px !default;
} }
} }
// Mobile first media queries. Encorages development to work with mobile and // Mobile first media queries. Encourages development to work with mobile and
// modify as the viewport grows rather than designing for individual bands. // modify as the viewport grows rather than designing for individual bands.
@mixin wide-handheld-and-up { @mixin wide-handheld-and-up {
@include breakpoint($break-wide-handheld + 1) { @include breakpoint($break-wide-handheld + 1) {
......
...@@ -31,10 +31,15 @@ ...@@ -31,10 +31,15 @@
padding-right: $h-padding; padding-right: $h-padding;
height: 100%; height: 100%;
.signin-control{
flex-shrink: 0;
}
} }
.top-bar__inner .group-list { .top-bar__inner .group-list {
margin-right: .75em; margin-right: .75em;
white-space: nowrap;
} }
// an expander which adds spacing between the groups list // an expander which adds spacing between the groups list
......
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
<i class="h-icon-annotation-share"></i> <i class="h-icon-annotation-share"></i>
</a> </a>
<signin-control <signin-control
class="signin-control"
auth="auth" auth="auth"
new-style="true" new-style="true"
on-show-about-version-dialog="onShowAboutVersionDialog()" on-show-about-version-dialog="onShowAboutVersionDialog()"
......
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