minor tweaks
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
class="form-control"
|
||||
placeholder="Enter a name..."
|
||||
(keyup.enter)="addItem()"
|
||||
autocapitalize="words"
|
||||
/>
|
||||
<button class="btn btn-primary" type="button" (click)="addItem()" >
|
||||
<i class="bi bi-plus-lg"></i> Add
|
||||
@@ -21,7 +22,7 @@
|
||||
<li class="list-group-item d-flex justify-content-between">
|
||||
<div (click)="openPlayerModal(player)" class="player-content">
|
||||
<div class="text-start">{{ player.name }}</div>
|
||||
<div class="text-end">{{ player.getRoles() }}</div>
|
||||
<div class="text-end text-muted">{{ player.getRoles() }}</div>
|
||||
</div>
|
||||
<button (click)="removeItem(player)" class="btn btn-secondary btn-sm p-0 ms-2" style="width: 24px; height: 24px" >
|
||||
<i class="bi bi-x"></i>
|
||||
|
||||
Reference in New Issue
Block a user