Better handling of title actions on mobile devices
This commit is contained in:
parent
dca6b93592
commit
e381d8cc81
2 changed files with 9 additions and 2 deletions
|
@ -41,8 +41,15 @@
|
|||
}
|
||||
|
||||
.co-nav-title {
|
||||
height: 70px;
|
||||
margin-top: -22px;
|
||||
height: 70px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.co-nav-title {
|
||||
height: auto;
|
||||
min-height: 70px;
|
||||
}
|
||||
}
|
||||
|
||||
.co-nav-title .co-nav-title-content {
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-1">
|
||||
<div class="col-lg-3 col-md-3 col-sm-4">
|
||||
<span class="co-nav-title-action co-fx-text-shadow" ng-transclude></span>
|
||||
</div>
|
||||
|
|
Reference in a new issue