From f448eaf4c21c40778663f2d11b6f6f8ad8855b0f Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Mon, 22 Nov 2021 12:06:07 -0800 Subject: Default menu to home as some entries forcefully redirect there --- app/src/main/kotlin/com/pitchedapps/frost/injectors/CssAsset.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/src/main/kotlin/com/pitchedapps/frost/injectors/CssAsset.kt') diff --git a/app/src/main/kotlin/com/pitchedapps/frost/injectors/CssAsset.kt b/app/src/main/kotlin/com/pitchedapps/frost/injectors/CssAsset.kt index a1f66520..39e2332a 100644 --- a/app/src/main/kotlin/com/pitchedapps/frost/injectors/CssAsset.kt +++ b/app/src/main/kotlin/com/pitchedapps/frost/injectors/CssAsset.kt @@ -26,9 +26,9 @@ enum class CssAsset(private val content: String) : InjectorContract { FullSizeImage("div._4prr[style*=\"max-width\"][style*=\"max-height\"]{max-width:none !important;max-height:none !important}"), /* - * Remove top margin and hide some contents from the top bar and notification page (as it's our base url) + * Remove top margin and hide some contents from the top bar and home page (as it's our base url) */ - Menu("#bookmarks_flyout{margin-top:0 !important}#notifications_list{display:none !important}") + Menu("#bookmarks_flyout{margin-top:0 !important}#m_news_feed_stream,#MComposer{display:none !important}") ; val injector: JsInjector by lazy { -- cgit v1.2.3