mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Added fix for first component style
This commit is contained in:
@@ -7,3 +7,6 @@
|
||||
.mdl-layout-title{
|
||||
font-size: 17px;
|
||||
}
|
||||
.user-profile{
|
||||
margin-right: 3px;
|
||||
}
|
@@ -21,7 +21,7 @@
|
||||
<a class="mdl-navigation__link" data-automation-id="login" href="" routerLink="/login">Login</a>
|
||||
</nav>
|
||||
|
||||
<div *ngIf="isLoggedIn()">
|
||||
<div class="user-profile" *ngIf="isLoggedIn()">
|
||||
<ng2-alfresco-userinfo></ng2-alfresco-userinfo>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user