This commit is contained in:
––AsTroLog 2023-10-19 12:36:42 +00:00
parent af1aea725f
commit f0177e5675
2 changed files with 12 additions and 3 deletions

View File

@ -18,7 +18,8 @@
<div class="add_chat">
<a href="/">
<span>Search +</span>
<span>Search</span>
<span class="plus" >+</span>
</a>
</div>
@ -56,7 +57,6 @@
@code {
private List<ShoppingAssistantWebClient.Web.Models.Wishlist> wishlist {get; set;}
protected async override Task OnInitializedAsync(){
wishlist = new List<ShoppingAssistantWebClient.Web.Models.Wishlist>()
{
new Models.Wishlist {Id = "0", Name = "Gift for Jessica", Type="product", CreateById="0"},
@ -64,7 +64,7 @@
new Models.Wishlist {Id = "2", Name = "Marks Birthday", Type="product", CreateById="2"},
new Models.Wishlist {Id = "3", Name = "Garden tools", Type="product", CreateById="2"},
new Models.Wishlist {Id = "4", Name = "Phone charger ", Type="product", CreateById="2"},
new Models.Wishlist {Id = "5", Name = "Garden tools", Type="product", CreateById="2"},
new Models.Wishlist {Id = "5", Name = "Garden tools", Type="product", CreateById="2"},
};
}
}

View File

@ -189,11 +189,20 @@
line-height: 2.5em;
}
.add_chat a {
justify-content: center;
align-items: center;
border-radius: 0.6em;
padding-left: 0.7em;
text-decoration: none;
color: #FFFFFF;
}
.plus {
position: absolute;
right: 1em;
top: -0.1em;
font-size: 1.9em;
}
.user_name {
padding-left: 0.4375em;
font-size: 1em;