From bba281bbf63b598a2bed14ac5d6915cb8053d44b Mon Sep 17 00:00:00 2001 From: loshido Date: Sat, 7 Jun 2025 15:07:41 +0200 Subject: [PATCH] =?UTF-8?q?Ajustement=20des=20tailles=20de=20polices=20sec?= =?UTF-8?q?tion=20appel,=20+=20taille=20des=20pages=20ajust=C3=A9s=20pour?= =?UTF-8?q?=20les=20navigateurs=20t=C3=A9l=C3=A9phones?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bun.lockb | Bin 235308 -> 235300 bytes src/routes/admin/layout.tsx | 2 +- src/routes/dash/appels/index.tsx | 8 ++++---- src/routes/dash/appels/style.css | 3 ++- src/routes/dash/layout.tsx | 4 ++-- src/routes/etc/password-reset/index.tsx | 2 +- src/routes/index.tsx | 2 +- 7 files changed, 11 insertions(+), 10 deletions(-) diff --git a/bun.lockb b/bun.lockb index 0a94f162e68bb70fb5cd592b1ff1b6b248bef254..b5a1a717eb0446df7a6cb53eecc8958cd5f2caf2 100755 GIT binary patch delta 1598 zcmXZce@v8h9KiAC`J6{k8*8J}6%-1l0(#s};DEd1I7|%XR6sijrXw;7SSQ3Exple3 z5>t2kzR^5Cw~Z2!DY1BSAL{o95P*uCjVFe74t~&*%I7-uL-@KhN&@ zv?un1p4g6Jy>n-vIiMd2NXVtPsD78knf7XP*JGk-I^jcTjm)^jpqqvnizD~kpL>*e zG@|E7L=S5Q)Q=7iZm?83YcMm z6*gT9Yjy$$oX9{Xvfx5Ca^QvsUgW`td=y|Mp28|DL;{|G5mAW7E)Lv`-PnT`%r>l5 zOVhMAf_-Sm+js|^co$tz*pK(rv|HjU7ZD~S9tr55r)ei}5(5~-DSV6XFof^%1BNkz zA2EubFox4OgR?5=k&3U|Fh4?VZ4q# zXh9w7@fO~|F4W>Md%dJ<0c|bGtJs0p@COrDFokI}G4?#R;%oAwSVz1Dt!TqOv?E4W zhrF^RrJpqeIE5ql3ZJ6~@8cl4aX<}uC9y1>&;l!Lu)_f-GLVTZxR8w;oWMy8U=YL14WhWYf+2<)?qz1pai8T!$xf4 zJE1*85LA~7WI@vG*K!1-m}EFacSCsA&0(+>FA<#u1@uGm*MFDgI@c; delta 1580 zcmXZce@v8h9KiAK^EnTpHr9rxE6!hFrJx7*3pn8JI1Up-ITer&l-Z~>OSen2EjKTh z*aQ(<##fR5bh>`XX5r43N+?p+nfW7r_#;I(leV(0EnQ{$zTvaI_W69jpXd8L-{Kx9fEzXh zP=FFcMb&d8GcgNA@FNR($VNV9qY!g251H^F7Y;b#!ZcVh1<5cY37Y5Gf)?yR6A}&E zsSaL!9&mF^c!F5bt6WHsUYp+lj5% zfi|R|m-&A5;Ruf6F!rGfo#?<`98h|bUov#uFV>oTCQ48MKb#1_gB%pXg;JEE2tgDh z7jAfAhYxvhXm5$+nA_?1E*&Y6{OHT{u@SG}Rjh>@c6d>U0u-Sb9{Ayd4Nka_gM8#+ z4jjlu7G~o=-pfC@hg(=hYhE{$Lmg*Z-{5T~?h#vvH;K1UMZOqI(1c2abT}Z{o-Zh$ z!Dsjcijo1r6^26?#8q6z1zf}>eLNtO%sc5ohaL_{#pH5!SAhrYYBj5SIO{$d$hYc1 zsq|RBWN2de3vm>8@UylArO^^*dMRpAgF1YmTZ7`1ZlzBIWuhJm$_!(feh`$Y=7+5O zUr#Ti^BJVm(8E^#V*?hV9P?0v7g38!giwJ6Sd1zxK{Z}N z81wlys6`}8^|dmYl#%#K#&H(IOh@QPHBWM$al&nNaN=BuW$Hm&%SA%lkM9S`V NHq6nfSGAjtJp!ek^)3Ja 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