mirror of https://github.com/ghostfolio/ghostfolio
committed by
GitHub
15 changed files with 69 additions and 73 deletions
@ -1,5 +1,7 @@ |
|||||
@if (deviceType === 'mobile') { |
@if (deviceType === 'mobile') { |
||||
|
<div class="d-flex justify-content-center" mat-dialog-actions> |
||||
<button mat-button (click)="onClickCloseButton()"> |
<button mat-button (click)="onClickCloseButton()"> |
||||
<ion-icon name="close" size="large" /> |
<ion-icon name="close" size="large" /> |
||||
</button> |
</button> |
||||
|
</div> |
||||
} |
} |
||||
|
@ -1,9 +1,3 @@ |
|||||
:host { |
:host { |
||||
display: flex; |
display: block; |
||||
flex: 0 0 auto; |
|
||||
min-height: 0; |
|
||||
|
|
||||
@media (min-width: 576px) { |
|
||||
padding: 0 !important; |
|
||||
} |
|
||||
} |
} |
||||
|
@ -1,4 +1,3 @@ |
|||||
:host { |
:host { |
||||
align-items: center; |
display: block; |
||||
display: flex; |
|
||||
} |
} |
||||
|
Loading…
Reference in new issue