This commit is contained in:
Indiana Jone (Indi) 2025-04-14 19:43:02 -04:00
parent 11add50e0b
commit 0f387740ed
2 changed files with 5 additions and 2 deletions

View file

@ -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;

View file

@ -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; }