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 { 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",