OKAY I'm done on master now.
This commit is contained in:
parent
ef3e432347
commit
87be31f2f5
|
@ -1,4 +1,4 @@
|
|||
<div class="pokemon-rating-panel container">
|
||||
<div class="pokemon-rating-panel">
|
||||
|
||||
<!-- Dropdown Selects -->
|
||||
<div class="ratings bg-light-subtle col">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
flex-direction: column;
|
||||
gap: 1.5rem;
|
||||
width: 100%;
|
||||
|
||||
height: 70vh;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
<!-- Search Input -->
|
||||
<div class="pokemon-selector p-3 bg-light ">
|
||||
<div class="pokemon-selector p-3 bg-light">
|
||||
<input class="form-control mb-3" placeholder="Search Pokémon..." @bind="SearchTerm" @oninput="HandleSearch" />
|
||||
|
||||
<!-- Scrollable Pokémon Grid -->
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.pokemon-selector {
|
||||
height: 66vh;
|
||||
height: 70vh;
|
||||
width: 20vw;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 5% / 3.5%;
|
||||
|
|
|
@ -62,4 +62,5 @@
|
|||
|
||||
}
|
||||
</div>
|
||||
<hr />
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue