mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
update
This commit is contained in:
parent
11add50e0b
commit
0f387740ed
2 changed files with 5 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
* @name Search As Button
|
* @name Search As Button
|
||||||
* @author Madeline, KrystalSkullOfficial
|
* @author Madeline, KrystalSkullOfficial
|
||||||
* @description Makes Search Icon a button.
|
* @description Makes Search Icon a button.
|
||||||
* @version 3.0
|
* @version 3.5
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.search__97492:not(.open__97492)>.searchBar__97492 {
|
.search__97492:not(.open__97492)>.searchBar__97492 {
|
||||||
|
@ -29,8 +29,10 @@
|
||||||
height: 20px;
|
height: 20px;
|
||||||
left: -8px;
|
left: -8px;
|
||||||
color: var(--icon-tertiary);
|
color: var(--icon-tertiary);
|
||||||
|
right: 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*-- TODO: Remove this once its for sure no one is on the OLD-UI --*/
|
||||||
.iconContainer_fea832 {
|
.iconContainer_fea832 {
|
||||||
margin-bottom: 0px !important;
|
margin-bottom: 0px !important;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* @name hideDiscovery
|
* @name hideDiscovery
|
||||||
* @author krystalskullofficial, dav154
|
* @author krystalskullofficial, dav154
|
||||||
* @description Hides the new pinned Discovery Icon.
|
* @description Hides the new pinned Discovery Icon.
|
||||||
* @version 5.5.1
|
* @version 5.5.2
|
||||||
* @authorId 929208515883569182
|
* @authorId 929208515883569182
|
||||||
* @website https://krstlskll69.github.io/
|
* @website https://krstlskll69.github.io/
|
||||||
* @source https://github.com/KrstlSkll69/vc-snippets#9th-hidepindiscovery--hides-the-new-pinned-discovery-icon
|
* @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;}
|
.tutorialContainer__650eb + .listItem__650eb {display: none;}
|
||||||
|
|
||||||
/*-- for backwards compatibility since people still use the old one ---*/
|
/*-- 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;}
|
[class*=unreadMentionsFixedFooter_]{bottom: 0px !important;}
|
||||||
.footer__214dc, [class*=discoveryIcon_] {display: none; }
|
.footer__214dc, [class*=discoveryIcon_] {display: none; }
|
Loading…
Add table
Reference in a new issue