More ban pages changes
This commit is contained in:
parent
e7fde81f49
commit
807569a0a1
|
|
@ -6,7 +6,9 @@
|
|||
</div>
|
||||
</app-header>
|
||||
|
||||
<div class="darkmodeSection">
|
||||
<main>
|
||||
<section class="darkmodeSection">
|
||||
<div class="container">
|
||||
<div class="columnSection">
|
||||
<div class="columnContainer">
|
||||
<button (click)="punishmentType = 'all'">all</button>
|
||||
|
|
@ -14,9 +16,12 @@
|
|||
<button (click)="punishmentType = 'mute'">mutes</button>
|
||||
<button (click)="punishmentType = 'warn'">warnings</button>
|
||||
</div>
|
||||
<div class="columnContainer">
|
||||
<div class="columnContainer bansSearchContainer">
|
||||
<input class="bansSearch" type="text" placeholder="Search..">
|
||||
</div>
|
||||
</div>
|
||||
<app-history [userType]="userType" [punishmentType]="punishmentType"></app-history>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
</ng-container>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user