Increase the size of the enlarged character profile picture

This commit is contained in:
oobabooga 2025-06-14 08:38:20 -07:00
parent d2da40b0e4
commit 1d23159837

View file

@ -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;
}