From c8a6c5d6364a85cab0f0dab241243cbb898d48cb Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Thu, 8 Aug 2024 15:31:54 +0200 Subject: [PATCH 1/5] fix `Graphweaver.svg` logo centred on iOS/Safari --- public/img/conf/Sponsors/Graphweaver.svg | 11 ++--------- public/img/conf/Sponsors/IBM.svg | 19 +++---------------- src/app/conf/2024/sponsors.tsx | 2 +- 3 files changed, 6 insertions(+), 26 deletions(-) diff --git a/public/img/conf/Sponsors/Graphweaver.svg b/public/img/conf/Sponsors/Graphweaver.svg index 1772529462..084dd8bf38 100644 --- a/public/img/conf/Sponsors/Graphweaver.svg +++ b/public/img/conf/Sponsors/Graphweaver.svg @@ -1,10 +1,3 @@ - - - - - - - - - + + diff --git a/public/img/conf/Sponsors/IBM.svg b/public/img/conf/Sponsors/IBM.svg index d2e3a39758..d25619c4f7 100644 --- a/public/img/conf/Sponsors/IBM.svg +++ b/public/img/conf/Sponsors/IBM.svg @@ -1,16 +1,3 @@ - - - - - - - - - - - - \ No newline at end of file + + + diff --git a/src/app/conf/2024/sponsors.tsx b/src/app/conf/2024/sponsors.tsx index 2a2f6adf36..41892153c7 100644 --- a/src/app/conf/2024/sponsors.tsx +++ b/src/app/conf/2024/sponsors.tsx @@ -55,7 +55,7 @@ function List({ key={i} className={clsx( "relative shrink-0 bg-[#251f30] rounded-md", - "flex justify-center", + "flex justify-center items-center", "border border-solid border-transparent hover:border-primary focus:border-primary", "transition-colors", "hover:shadow-primary/20 focus:shadow-primary/20 shadow-md outline-none", From 3a0e4c6c6c85f1291c91486fefd05b44070a794e Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Thu, 8 Aug 2024 15:35:29 +0200 Subject: [PATCH 2/5] fix ibm viewport --- public/img/conf/Sponsors/IBM.svg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/img/conf/Sponsors/IBM.svg b/public/img/conf/Sponsors/IBM.svg index d25619c4f7..55abf2df9f 100644 --- a/public/img/conf/Sponsors/IBM.svg +++ b/public/img/conf/Sponsors/IBM.svg @@ -1,3 +1,3 @@ - - + + From 2d47e08c34936a64fa98e4ded0feabe54e4f3951 Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Thu, 8 Aug 2024 15:51:46 +0200 Subject: [PATCH 3/5] fixes --- public/img/conf/Sponsors/TheGuild.svg | 2 -- src/app/conf/2024/sponsors.tsx | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/public/img/conf/Sponsors/TheGuild.svg b/public/img/conf/Sponsors/TheGuild.svg index 4609fa1e13..6ae837c066 100644 --- a/public/img/conf/Sponsors/TheGuild.svg +++ b/public/img/conf/Sponsors/TheGuild.svg @@ -1,7 +1,5 @@ ↗ From cdfae72d093a6ecb2c8cded3a5406c443952174d Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Thu, 8 Aug 2024 15:52:47 +0200 Subject: [PATCH 4/5] aa --- src/app/conf/2024/sponsors.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/conf/2024/sponsors.tsx b/src/app/conf/2024/sponsors.tsx index ec596f7bd4..1fc9d245ca 100644 --- a/src/app/conf/2024/sponsors.tsx +++ b/src/app/conf/2024/sponsors.tsx @@ -55,7 +55,8 @@ function List({ key={i} className={clsx( "relative shrink-0 bg-[#251f30] rounded-md", - "flex justify-center items-center", + "flex justify-center", + "items-center", // fix vertical align in Safari/iOS "border border-solid border-transparent hover:border-primary focus:border-primary", "transition-colors", "hover:shadow-primary/20 focus:shadow-primary/20 shadow-md outline-none", From 22acae0d4b699172cf4585696af689df2ee7e0ea Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Thu, 8 Aug 2024 16:05:13 +0200 Subject: [PATCH 5/5] Update page.tsx --- src/app/conf/2024/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/conf/2024/page.tsx b/src/app/conf/2024/page.tsx index a1d623e361..50fdcc6fd3 100644 --- a/src/app/conf/2024/page.tsx +++ b/src/app/conf/2024/page.tsx @@ -124,7 +124,7 @@ export default function Page() {
- +
@@ -152,7 +152,7 @@ export default function Page() {
- +