From 1eab2a520eae20bdecf4984e5cfea5c35a216bee Mon Sep 17 00:00:00 2001 From: Aaron Opell Date: Sat, 23 Mar 2024 17:20:59 -0700 Subject: [PATCH 1/2] fix overlapping logo issue --- css/all.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/all.css b/css/all.css index e8e5e693..b5248f0a 100644 --- a/css/all.css +++ b/css/all.css @@ -137,6 +137,11 @@ footer._2T2dA { margin-top: 0 !important; } +/* March 2024 change to how custom logos are displayed */ +.use-custom-url div[data-sgy-sitenav="custom-header-logo"] { + visibility: hidden !important; +} + /* links inside the container for the added "Archived Courses" link within the Courses dropdown */ .courses-mycourses-droppeddown-link-container .floating-contained-link { From 9c7e79aed003c4c25649e5b45e1d56bbc09d9764 Mon Sep 17 00:00:00 2001 From: Aaron Opell Date: Sat, 23 Mar 2024 17:21:46 -0700 Subject: [PATCH 2/2] bump version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index d2d8a2be..4f50e4f0 100644 --- a/manifest.json +++ b/manifest.json @@ -10,7 +10,7 @@ "update_url": "https://schoologypl.us/firefox_updates.json" } }, - "version": "7.10", + "version": "7.10.1", "icons": { "128": "imgs/icon@128.png", "64": "imgs/icon@64.png",