Enable search on mobile mode
This commit is contained in:
parent
1b32baf837
commit
4b9225748d
2 changed files with 5 additions and 1 deletions
|
@ -169,7 +169,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
z-index: 4;
|
z-index: 2;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
@ -8,6 +8,10 @@
|
||||||
<a class="navbar-brand" ng-href="{{ user.anonymous ? '/' : '/repository/' }}" target="{{ appLinkTarget() }}">
|
<a class="navbar-brand" ng-href="{{ user.anonymous ? '/' : '/repository/' }}" target="{{ appLinkTarget() }}">
|
||||||
<span id="quay-logo" ng-style="{'background-image': 'url(' + getEnterpriseLogo() + ')'}"></span>
|
<span id="quay-logo" ng-style="{'background-image': 'url(' + getEnterpriseLogo() + ')'}"></span>
|
||||||
</a>
|
</a>
|
||||||
|
<span class="user-tools visible-xs" style="float: right;">
|
||||||
|
<i class="fa fa-search fa-lg user-tool" ng-click="toggleSearch()"
|
||||||
|
data-placement="bottom" data-title="Search" bs-tooltip></i>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Collapsable stuff -->
|
<!-- Collapsable stuff -->
|
||||||
|
|
Reference in a new issue