Cleanup
This commit is contained in:
parent
7a797c558b
commit
6cef4939ab
|
@ -6,16 +6,18 @@
|
|||
@rendermode InteractiveServer
|
||||
|
||||
<PageTitle>Pokémon Sleep</PageTitle>
|
||||
|
||||
<style>
|
||||
|
||||
.tableFixHead {
|
||||
overflow: auto;
|
||||
height: 600px;
|
||||
}
|
||||
|
||||
.tableFixHead thead th {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
}
|
||||
.tableFixHead thead th {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
@ -27,11 +29,6 @@
|
|||
<h1 class="text-info">Pokémon Sleep</h1>
|
||||
</div>
|
||||
<div class="col-4 text-end">
|
||||
<!--
|
||||
<button @onclick="ShowCreateForm" class="btn btn-outline-primary">
|
||||
<i class="bi bi-plus-square"></i> Add New Pokemon
|
||||
</button>
|
||||
-->
|
||||
<NavLink class="btn btn-outline-primary" style="border-radius: 15px 50px;" href="/pokemonsleep/add-new-pokemon">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-plus-circle-fill" viewBox="0 0 16 16">
|
||||
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3z" />
|
||||
|
|
Loading…
Reference in New Issue