UI: make svg adaptive

This commit is contained in:
Artem Dzhereleiko 2024-07-08 10:21:21 +03:00
parent adccb3f628
commit 98ad214a90

View File

@ -37,7 +37,7 @@
</div> </div>
</ng-container> </ng-container>
<ng-template #emptyNotification> <ng-template #emptyNotification>
<div class="tb-no-notification-svg-color" style="margin: 20px 24%"> <div class="tb-no-notification-svg-color" style="height: 85%;">
<svg height="100%" preserveAspectRatio="xMidYMid meet" viewBox="0 0 149 156" width="100%"> <svg height="100%" preserveAspectRatio="xMidYMid meet" viewBox="0 0 149 156" width="100%">
<use [attr.xlink:href]="'assets/notification-bell.svg#CHECK_ICON'"></use> <use [attr.xlink:href]="'assets/notification-bell.svg#CHECK_ICON'"></use>
</svg> </svg>