mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
Bring the ibox chevron in a little bit, and always display it as a down arrow
This commit is contained in:
parent
2e5530179b
commit
fa7fb651c0
@ -6,8 +6,7 @@
|
||||
</h5>
|
||||
<ng-content select=".my-ibox-title" *ngIf="!title"></ng-content>
|
||||
<ng-content select=".my-ibox-addl-title"></ng-content>
|
||||
<i class="ibox-icon fa" *ngIf="isCollapsible"
|
||||
[ngClass]="[collapsed ? 'fa-chevron-right' : 'fa-chevron-down']"></i>
|
||||
<i class="ibox-icon fa fa-chevron-down" *ngIf="isCollapsible"></i>
|
||||
</div>
|
||||
<div class="ibox-content" *ngIf="!collapsed" [@fadeInNotOutAnimation]>
|
||||
<ng-content select=".my-ibox-content"></ng-content>
|
||||
|
@ -24,6 +24,7 @@
|
||||
.ibox .ibox-title .ibox-icon {
|
||||
float: right;
|
||||
margin-top: 4px;
|
||||
margin-right: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user