add clear icon to parent

This commit is contained in:
2025-08-11 22:07:29 +10:00
parent 4b68915c4c
commit de9cf16e8f
10 changed files with 13 additions and 22 deletions
+3 -3
View File
@@ -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">