diff --git a/OtherStuff/Search-As-Button.css b/OtherStuff/Search-As-Button.css index 3398307..f60bf96 100644 --- a/OtherStuff/Search-As-Button.css +++ b/OtherStuff/Search-As-Button.css @@ -2,7 +2,7 @@ * @name Search As Button * @author Madeline, KrystalSkullOfficial * @description Makes Search Icon a button. -* @version 3.0 +* @version 3.5 */ .search__97492:not(.open__97492)>.searchBar__97492 { @@ -29,8 +29,10 @@ height: 20px; left: -8px; color: var(--icon-tertiary); + right: 0 } +/*-- TODO: Remove this once its for sure no one is on the OLD-UI --*/ .iconContainer_fea832 { margin-bottom: 0px !important; width: 20px; diff --git a/OtherStuff/hideGlobalDiscovery.css b/OtherStuff/hideGlobalDiscovery.css index e6acd8e..f1e06db 100644 --- a/OtherStuff/hideGlobalDiscovery.css +++ b/OtherStuff/hideGlobalDiscovery.css @@ -2,7 +2,7 @@ * @name hideDiscovery * @author krystalskullofficial, dav154 * @description Hides the new pinned Discovery Icon. -* @version 5.5.1 +* @version 5.5.2 * @authorId 929208515883569182 * @website https://krstlskll69.github.io/ * @source https://github.com/KrstlSkll69/vc-snippets#9th-hidepindiscovery--hides-the-new-pinned-discovery-icon @@ -11,5 +11,6 @@ .tutorialContainer__650eb + .listItem__650eb {display: none;} /*-- for backwards compatibility since people still use the old one ---*/ +/*-- TODO: Remove this once its for sure no one is on the OLD-UI ---*/ [class*=unreadMentionsFixedFooter_]{bottom: 0px !important;} .footer__214dc, [class*=discoveryIcon_] {display: none; } \ No newline at end of file