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 -->
|
<!-- Dropdown Selects -->
|
||||||
<div class="ratings bg-light-subtle col">
|
<div class="ratings bg-light-subtle col">
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 1.5rem;
|
gap: 1.5rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 70vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
<!-- Search Input -->
|
<!-- 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" />
|
<input class="form-control mb-3" placeholder="Search Pokémon..." @bind="SearchTerm" @oninput="HandleSearch" />
|
||||||
|
|
||||||
<!-- Scrollable Pokémon Grid -->
|
<!-- Scrollable Pokémon Grid -->
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.pokemon-selector {
|
.pokemon-selector {
|
||||||
height: 66vh;
|
height: 70vh;
|
||||||
width: 20vw;
|
width: 20vw;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-radius: 5% / 3.5%;
|
border-radius: 5% / 3.5%;
|
||||||
|
|
|
@ -62,4 +62,5 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
<hr />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue