31 lines
796 B
CSS
31 lines
796 B
CSS
|
/* Credit to dablulite (582170007505731594) on the Vencord discord for this snippet */
|
||
|
.layer_c14d31:has(.quickswitcher_b5bb0a) {
|
||
|
justify-content: start;
|
||
|
}
|
||
|
.quickswitcher_b5bb0a {
|
||
|
background: none;
|
||
|
padding: 0;
|
||
|
}
|
||
|
.quickswitcher_b5bb0a .scroller_d4b86c {
|
||
|
margin: 0;
|
||
|
border-radius: 0 0 8px 8px;
|
||
|
scrollbar-width: none;
|
||
|
padding: 8px !important;
|
||
|
}
|
||
|
.quickswitcher_b5bb0a .input__2a648 {
|
||
|
height: 50px;
|
||
|
}
|
||
|
.quickswitcher_b5bb0a .input__2a648[value=""] {
|
||
|
border-radius: 8px;
|
||
|
}
|
||
|
.quickswitcher_b5bb0a .input__2a648:not([value=""]) {
|
||
|
border-radius: 8px 8px 0 0;
|
||
|
}
|
||
|
.quickswitcher_b5bb0a .input__2a648[value=""] + .scroller_d4b86c,
|
||
|
.quickswitcher_b5bb0a .protip__84833 {
|
||
|
display: none;
|
||
|
}
|
||
|
.backdrop__1a911:has(+ .layer_c14d31 .quickswitcher_b5bb0a) {
|
||
|
opacity: 0;
|
||
|
}
|