From 550385f4c00ba60c145c6ac390c67686fc0cf8ec Mon Sep 17 00:00:00 2001 From: Lynne Megido Date: Mon, 28 Dec 2020 01:41:15 +0000 Subject: [PATCH 1/3] this doesn't actually always work and sometimes removes the fandom banner instead --- fandom.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fandom.txt b/fandom.txt index 27d6051..ace3474 100644 --- a/fandom.txt +++ b/fandom.txt @@ -38,7 +38,7 @@ fandom.com,wikia.org###ShareEntryPoint ! "wikia rail" contains nothing of actual use, with the possible exception of the "recent activity" box fandom.com,wikia.org###WikiaRailWrapper ! "install the app" banner on mobile devices -fandom.com,wikia.org##.site-head-container > div:first-of-type +! fandom.com,wikia.org##.site-head-container > div:first-of-type ! other ! ----- From 8c65b1568aa299336c5baeb484386e2413ff2af9 Mon Sep 17 00:00:00 2001 From: Lynne Megido Date: Wed, 30 Dec 2020 06:10:13 +0000 Subject: [PATCH 2/3] more bulbapedia fixes --- bulbapedia.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bulbapedia.txt b/bulbapedia.txt index bec919f..8c8cb01 100644 --- a/bulbapedia.txt +++ b/bulbapedia.txt @@ -31,9 +31,11 @@ bulbapedia.bulbagarden.net###contentbox:style(border-right:0 !important) ! weird padding on main content bulbapedia.bulbagarden.net###contentbox:style(padding-right:0 !important) ! margin on top of main content +! DISABLED - makes mobile site look a bit weird ! bulbapedia.bulbagarden.net###content:style(margin-top:2em !important) ! "ADVERTISEMENTS" block at bottom of page -bulbapedia.bulbagarden.net###bodyContent div:last-of-type:style(display: none) +! DISABLED - breaks "search results" pages +! bulbapedia.bulbagarden.net###bodyContent div:last-of-type:style(display: none) ! somewhat hacky fix for the crappy CSS that causes the page content to be pushed down bulbapedia.bulbagarden.net###p-cactions:style(height: 0) bulbapedia.bulbagarden.net###siteNotice #localNotice .noticebar:style(margin-top:-2em !important) From 959f6e7b81ca355d7062e7aed00120e0fa273a91 Mon Sep 17 00:00:00 2001 From: Lynne Megido Date: Wed, 30 Dec 2020 06:16:12 +0000 Subject: [PATCH 3/3] fixed search results pages yayyy --- bulbapedia.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bulbapedia.txt b/bulbapedia.txt index 8c8cb01..5253a2f 100644 --- a/bulbapedia.txt +++ b/bulbapedia.txt @@ -34,8 +34,7 @@ bulbapedia.bulbagarden.net###contentbox:style(padding-right:0 !important) ! DISABLED - makes mobile site look a bit weird ! bulbapedia.bulbagarden.net###content:style(margin-top:2em !important) ! "ADVERTISEMENTS" block at bottom of page -! DISABLED - breaks "search results" pages -! bulbapedia.bulbagarden.net###bodyContent div:last-of-type:style(display: none) +bulbapedia.bulbagarden.net###bodyContent div.visualClear + div ! somewhat hacky fix for the crappy CSS that causes the page content to be pushed down bulbapedia.bulbagarden.net###p-cactions:style(height: 0) bulbapedia.bulbagarden.net###siteNotice #localNotice .noticebar:style(margin-top:-2em !important)