move style out of template
This commit is contained in:
parent
549866c090
commit
1bb6dfc9a0
@ -1255,6 +1255,11 @@ img.mail-conv-sender-photo {
|
||||
border-radius: $radius;
|
||||
}
|
||||
|
||||
#nav-app-link {
|
||||
padding: 0 !important;
|
||||
line-height: 1.175;
|
||||
}
|
||||
|
||||
.page-title {
|
||||
margin: 7px 0px;
|
||||
}
|
||||
|
@ -60,11 +60,10 @@
|
||||
{{/if}}
|
||||
</div>
|
||||
<div class="navbar-nav mr-auto">
|
||||
<a id="nav-app-link" href="{{$url}}" class="nav-link" style="padding: .175rem;{{if $sitelocation}} line-height: 1; height:2.35rem;{{/if}}">
|
||||
<a id="nav-app-link" href="{{$url}}" class="nav-link">
|
||||
{{$sel.name}}
|
||||
{{if $sitelocation}}
|
||||
<br>
|
||||
<small class="text-muted">{{$sitelocation}}</small>
|
||||
<br><small>{{$sitelocation}}</small>
|
||||
{{/if}}
|
||||
</a>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user