mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Add hover cursor to bot pfp
This commit is contained in:
parent
ab94f0d9bf
commit
a290d17386
@ -659,6 +659,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||||||
width: calc((100vw - 880px - 120px) /2);
|
width: calc((100vw - 880px - 120px) /2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pfp_character:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (width <= 1300px) {
|
@media screen and (width <= 1300px) {
|
||||||
.bigProfilePicture {
|
.bigProfilePicture {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user