mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-08 17:50:13 +01:00
Increase the size of the enlarged character profile picture
This commit is contained in:
parent
d2da40b0e4
commit
1d23159837
|
|
@ -925,7 +925,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: calc(100vw / 2 - 600px);
|
||||
width: calc(0.5 * (100vw - min(100vw, 48rem) - (120px - var(--header-width))));
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue