Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request elastic#59 from spalger/fixLogoOnTablet
Browse files Browse the repository at this point in the history
prevent logo from hiding on tablet
  • Loading branch information
spalger committed Oct 27, 2015
2 parents f90410a + 4bf9a6a commit d902170
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions public/css/sense.less
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@import "./sense.light.css";
@import (reference) "~ui/styles/variables";

#es_method {
width: 100px;
nav.navbar .logo.hidden-sm {
display: block !important;
}

[sense-navbar] {
Expand Down
3 changes: 1 addition & 2 deletions public/sense.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ require('./src/directives/senseNavbar');

require('ui/chrome')
.setBrand({
logo: 'url(/plugins/sense/icon.png) center no-repeat',
smallLogo: 'url(/plugins/sense/icon.png) left no-repeat'
logo: 'url(/plugins/sense/icon.png) center no-repeat'
})
.setRootTemplate(require('./index.html'))
.setRootController('sense', 'SenseController');

0 comments on commit d902170

Please sign in to comment.