Small fixes

This commit is contained in:
2026-06-26 22:06:15 +02:00
parent 6c7fe56579
commit 12d98b4d7e
5 changed files with 20 additions and 3 deletions
+12
View File
@@ -99,10 +99,14 @@ function close() {
<div class="signup-body">
<SignupForm
v-if="props.event.registrationAllowed"
:event="props.event"
:participantData="props.participantData ?? {}"
:localGroups="props.localGroups ?? []"
/>
<p v-else class="signup-closed-notice">
Die Anmeldung für diese Veranstaltung ist geschlossen.
</p>
</div>
</shadowed-box>
@@ -220,6 +224,14 @@ function close() {
word-break: break-all;
}
.signup-closed-notice {
text-align: center;
padding: 24px;
color: #991b1b;
font-weight: 600;
font-size: 1rem;
}
/* ─── Tablet (6401023px) ─── */
@media (max-width: 1023px) {
.signup-box {