#Snippet god
1 messages · Page 1 of 1 (latest)
It saves me a lot of space (And even more if I hide emoji and gif button at the same time :D)
It's a shame that we can't do the same thing but with any other button (Like the "Insert Timestamp" for example, to "lift it up" next to the app launcher)
Dude, bassed on your snippet almost achive hiding 3 of vencord buttons discretly, but failed misserably because: After the first click on a hidden button, all hidden buttons stop working.
Here my code and a little demo:
/* App launcher reposition */
channelTextArea_a7d72e {
position: relative;
}
.channelAppLauncher_df39bd {
position: absolute;
top: -50px;
right: 16px;
}
/* Reposicion botones de plugins, dejan de ser clickeables jaja */
button[aria-label|="Insert Timestamp"]{
position: absolute;
top: 43px;
right: 0px;
}
button[aria-label|="Open Translate Modal"]{
position: absolute;
top: 43px;
right: 32px;
}
button[aria-label|="Encrypt Message"]{
position: absolute;
top: 43px;
right: 64px;
}
I let this code in case that anybody can find it usefull or make it functional xD
can someone update this?