Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into ci/commit-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
apetro authored Oct 18, 2017
2 parents 4cea64d + 2143eeb commit a2d93b3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
27 changes: 14 additions & 13 deletions components/css/buckyless/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,6 @@ portal-header {
max-height: 56px;
overflow-y: hidden;

.title-link {
h1 {
@media (min-width: @xs) and (max-width: @sm) {
margin-left: 16px;
}
}

img {
height: 56px;
margin-right: 8px;
}
}

.md-menu {
> .md-button {
min-width: 48px;
Expand All @@ -67,6 +54,20 @@ portal-header {
.menu-toggle.md-button {
min-width: 48px;
margin: 0;

~ .title-link h1 {
@media (min-width: @xs) {
margin-left: 0;
}
}

&.hide-gt-xs {
~ .title-link h1 {
@media (min-width: @xs) {
margin-left: 16px;
}
}
}
}

.top-bar-controls-xs {
Expand Down
2 changes: 1 addition & 1 deletion components/css/buckyless/widget.less
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 78;
z-index: 60;
border-radius: 3px;
top: 0;

Expand Down
2 changes: 1 addition & 1 deletion components/portal/main/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!-- MAIN MENU TOGGLE -->
<md-button class="menu-toggle" ng-controller="MainMenuController as vm" ng-click="vm.showMainMenu()" ng-class="{ 'hide-gt-xs' : vm.hideMainMenu }">
<md-icon>menu</md-icon>
<md-tooltip md-direction="bottom" md-delay="500" class="top-bar-tooltip">Menu</md-tooltip>
<md-tooltip md-direction="bottom" md-delay="500" md-autohide class="top-bar-tooltip">Menu</md-tooltip>
<notifications-bell mode="mobile-bell" ng-if="!GuestMode" hide-gt-xs></notifications-bell>
</md-button>

Expand Down

0 comments on commit a2d93b3

Please sign in to comment.