You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently because a new element is injected for the "reveal prompt" it slightly jumps your scrollbar when scrolling up during overlaying.
to avoid complicated placeholdering, it would be best if the prompt button is inside the image height (absolute positioned) at first and then when it's opened takes its space with regular positioning above the image.
The text was updated successfully, but these errors were encountered:
- fix new discord layout (closes#8)
- fix incorrect splits of metadata (closes#9)
- added modal to replace the old popout, while keeping the original reveal prompt button (hence still not addressing #5 fully, but implementing the idea of civitai inside)
- make metadata automatically take more space if above 30 characters (useful for e.g. positive and negative prompts)
currently because a new element is injected for the "reveal prompt" it slightly jumps your scrollbar when scrolling up during overlaying.
to avoid complicated placeholdering, it would be best if the prompt button is inside the image height (absolute positioned) at first and then when it's opened takes its space with regular positioning above the image.
The text was updated successfully, but these errors were encountered: