From 3f46094251f5f7ed7cad8d53c00731629ce35fc6 Mon Sep 17 00:00:00 2001 From: MarshDeer Date: Fri, 30 Aug 2024 16:24:01 -0400 Subject: [PATCH 1/7] Made the preferences page look less silly on big screens Used 80ch width vaguely in accordance with WCAG21 success criterion 1.4.8 --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index c650316..52046f9 100644 --- a/static/style.css +++ b/static/style.css @@ -58,7 +58,7 @@ main { flex-direction: column; overflow-y: auto; width: calc(100% - 4ch); - max-width: 1500px; + max-width: 80ch; padding: 0 2ch; margin: 0 auto; } From 3baad97deecfaa5a656854b105e891744d69db22 Mon Sep 17 00:00:00 2001 From: MarshDeer Date: Fri, 30 Aug 2024 16:32:09 -0400 Subject: [PATCH 2/7] fixed minor CSS selector issue --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 52046f9..a29ac5f 100644 --- a/static/style.css +++ b/static/style.css @@ -63,7 +63,7 @@ main { margin: 0 auto; } -label input { +label :has(input) { grid-area: input; } From f5909dcf6153a07a985864edbc980c545c00e7d1 Mon Sep 17 00:00:00 2001 From: MarshDeer Date: Fri, 30 Aug 2024 19:45:43 -0400 Subject: [PATCH 3/7] prepared open in app popup template --- templates/popup.html | 54 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 templates/popup.html diff --git a/templates/popup.html b/templates/popup.html new file mode 100644 index 0000000..6444904 --- /dev/null +++ b/templates/popup.html @@ -0,0 +1,54 @@ + + + + vxTwitter - Open in App + + + + + + + + + + +
+ +
+ + + + From 1e8d4b0b2f7e1fd4000693b98b55c3e09d38713f Mon Sep 17 00:00:00 2001 From: MarshDeer Date: Fri, 30 Aug 2024 19:46:58 -0400 Subject: [PATCH 4/7] added classes to the disclaimer banners --- static/preferences.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/preferences.html b/static/preferences.html index b680a08..e82a613 100644 --- a/static/preferences.html +++ b/static/preferences.html @@ -23,7 +23,7 @@ -