diff --git a/bun.lockb b/bun.lockb index 0a94f16..b5a1a71 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/routes/admin/layout.tsx b/src/routes/admin/layout.tsx index 63adcea..5e53a24 100644 --- a/src/routes/admin/layout.tsx +++ b/src/routes/admin/layout.tsx @@ -33,7 +33,7 @@ export default component$(() => { } return
Appel du pôle @@ -288,7 +288,7 @@ export default component$(() => {
{ state.pole - ?
+ ?
{ /> ) }
- :
+ :

Vous devez choisir le pôle pour lequel vous voulez faire l'appel! @@ -375,7 +375,7 @@ export default component$(() => { }

-
+ }) export const head: DocumentHead = { diff --git a/src/routes/dash/appels/style.css b/src/routes/dash/appels/style.css index cb12ca3..34c466a 100644 --- a/src/routes/dash/appels/style.css +++ b/src/routes/dash/appels/style.css @@ -2,7 +2,7 @@ border-top: 1px solid #0001; display: grid; - grid-template-columns: 200px 200px 100px 40px 40px; + grid-template-columns: 20dvw 20dvw 15dvw 40px 40px; } .appel .ligne > * { @@ -19,6 +19,7 @@ .appel .ligne.tete > *{ cursor: pointer; user-select: none; + line-height: 1; } .appel .ligne .cube{ diff --git a/src/routes/dash/layout.tsx b/src/routes/dash/layout.tsx index 38cf7a3..b3ccbff 100644 --- a/src/routes/dash/layout.tsx +++ b/src/routes/dash/layout.tsx @@ -26,7 +26,7 @@ export default component$(() => { } return
+
diff --git a/src/routes/etc/password-reset/index.tsx b/src/routes/etc/password-reset/index.tsx index 8b91856..a1a1538 100644 --- a/src/routes/etc/password-reset/index.tsx +++ b/src/routes/etc/password-reset/index.tsx @@ -3,7 +3,7 @@ import { DocumentHead, Link } from "@builder.io/qwik-city"; import Cat from "~/assets/cat.png?jsx" export default component$(() => { - return
+ return
Revenir en arrière diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 5162750..66edc06 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -89,7 +89,7 @@ export default component$(() => { }) return