add clear icon to parent
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
@if (currentUserS() && isAuth)
|
||||
{
|
||||
<div class="flex flex-column justify-between md:flex-row rounded" style="background-color:white">
|
||||
<div style="margin-top:5px;padding-right:35px; cursor: pointer;width: 400px;">
|
||||
<img (click)="onHome()" src="images/application_image.png" alt="Banner" style="height:60px;width:100%" />
|
||||
<div class="flex flex-column justify-between md:flex-row rounded" style="background-color:transparent">
|
||||
<div style="margin-top:5px;padding-right:35px; cursor: pointer;width:400px;">
|
||||
<img (click)="onHome()" src="images/application_image.png" alt="Banner" style="height:80px;width:100%" />
|
||||
</div>
|
||||
<div class="flex justify-end items-end flex-row">
|
||||
<div class="flex-column">
|
||||
|
||||
Reference in New Issue
Block a user