Add hover cursor to bot pfp

This commit is contained in:
oobabooga 2023-11-19 06:53:41 -08:00
parent ab94f0d9bf
commit a290d17386

View File

@ -659,6 +659,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
width: calc((100vw - 880px - 120px) /2);
}
.pfp_character:hover {
cursor: pointer;
}
@media screen and (width <= 1300px) {
.bigProfilePicture {
display: none;