Skip to content

Commit

Permalink
refs #445
Browse files Browse the repository at this point in the history
  • Loading branch information
raitisbe committed Jan 8, 2020
1 parent e6b7c96 commit b9afc65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/layout/partials/layout.html
Expand Up @@ -34,8 +34,8 @@
<hs.print hs.draggable ng-if="Core.exists('hs.print')" ng-show="panelVisible('print', this)"></hs.print>
<hs.styler hs.draggable ng-if="Core.exists('hs.styles')" ng-show="panelVisible('styler', this)"></hs.styler>
<hs.permalink hs.draggable ng-if="Core.exists('hs.permalink')" ng-show="panelVisible('permalink', this)"></hs.permalink>
<div hs.query.directive_infopanel hs.draggable ng-controller="hs.query.controller" id="infopanel" ng-if="Core.exists('hs.query.controller') && config.design != 'md'" ng-show="panelVisible('info', this)"></div>
<div hs.query.directive_infopanel_md hs.draggable ng-controller="hs.query.controller" id="infopanel" ng-if="Core.exists('hs.query.controller') && config.design == 'md'" ng-show="panelVisible('info', this)"></div>
<div hs.query.directive_infopanel hs.draggable ng-controller="hs.query.controller" class="hs-infopanel" ng-if="Core.exists('hs.query.controller') && config.design != 'md'" ng-show="panelVisible('info', this)"></div>
<div hs.query.directive_infopanel_md hs.draggable ng-controller="hs.query.controller" class="hs-infopanel" ng-if="Core.exists('hs.query.controller') && config.design == 'md'" ng-show="panelVisible('info', this)"></div>
<hs.save-map hs.draggable ng-if="Core.exists('hs.save-map')" ng-show="panelVisible('saveMap', this)"></hs.save-map>
<div hs.language.directive hs.draggable ng-controller="hs.language.controller" ng-if="Core.exists('hs.language.controller')" ng-show="panelVisible('language', this)"></div>
<div hs.routing.directive hs.draggable ng-controller="hs.routing.controller" ng-if="Core.exists('hs.routing.controller')" ng-show="panelVisible('routing', this)"></div>
Expand Down
4 changes: 2 additions & 2 deletions css/app.css
Expand Up @@ -332,11 +332,11 @@ hr {
top: auto;
}

div#infopanel.ng-scope .first-col {
div.hs-infopanel.ng-scope .first-col {
width: 100px;
overflow-x: auto;
}
div#infopanel.ng-scope .second-col {
div.hs-infopanel.ng-scope .second-col {
width: 100px;
overflow-x: auto;
}
Expand Down

0 comments on commit b9afc65

Please sign in to comment.