mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
Big picture fixes (#5565)
This commit is contained in:
parent
45c4cd01c5
commit
0f68c6fb5b
2 changed files with 11 additions and 0 deletions
|
|
@ -717,6 +717,11 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
width: calc((100vw - 880px - 120px) /2);
|
||||
}
|
||||
|
||||
.pfp_character {
|
||||
position: relative;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.pfp_character:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue