Improved ux for ticket popup
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
@using Moonlight.Features.Ticketing.Entities
|
||||
|
||||
<div class="mb-4 me-4 d-flex justify-content-end fixed-bottom" style="pointer-events: none;">
|
||||
<CascadingValue Value="this">
|
||||
@if (ViewIndex == 0)
|
||||
{
|
||||
<button @onclick="() => SetViewIndex(1)" class="btn btn-lg btn-icon btn-rounded-circle bg-secondary btn-white border border-2 border-warning" style="pointer-events: all">
|
||||
<button @onclick="() => SetViewIndex(1)" class="btn btn-lg btn-icon btn-rounded-circle bg-secondary btn-white border border-2 border-warning hover-scale opacity-50 opacity-100-hover" style="pointer-events: all">
|
||||
<i class="bx bg-lg bx-chat"></i>
|
||||
</button>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user