upcoming events style

This commit is contained in:
Tykayn 2025-10-07 15:20:49 +02:00 committed by tykayn
parent c189ce1650
commit 13dc5ceef8
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,6 @@
<div class="community-upcoming">
<section class="toolbar">
<label>Jours à venir:
<input type="number" min="1" [ngModel]="days()" (ngModelChange)="days.set($event); load()" />
@ -7,3 +10,4 @@
<app-all-events [features]="features"></app-all-events>
</div>

View file

@ -4,5 +4,11 @@
align-items: center;
padding: 8px 0;
}
:host{
.community-upcoming{
padding: 1rem;
}
}