mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): wip resizable pinnable drawer
fix(ui): remove old scrollbar css fix(ui): make guidepopover lazy feat(ui): wip resizable drawer feat(ui): wip resizable drawer feat(ui): add scroll-linked shadow feat(ui): organize files Align Scrollbar next to content Move resizable drawer underneath the progress bar Add InvokeLogo to unpinned & align Adds Invoke Logo to Unpinned Parameters panel and aligns to make it feel seamless.
This commit is contained in:
@@ -11,6 +11,9 @@ export const APP_GALLERY_HEIGHT = 'calc(100vw - 0.3rem + 5rem)';
|
||||
export const APP_GALLERY_POPOVER_HEIGHT = `calc(100vh - (${APP_CONTENT_HEIGHT_CUTOFF} + 6rem))`;
|
||||
export const APP_METADATA_HEIGHT = `calc(100vh - (${APP_CONTENT_HEIGHT_CUTOFF} + 4.4rem))`;
|
||||
|
||||
// this is in pixels
|
||||
export const PARAMETERS_PANEL_WIDTH = 384;
|
||||
|
||||
// do not touch ffs
|
||||
export const APP_TEXT_TO_IMAGE_HEIGHT =
|
||||
'calc(100vh - 9.4375rem - 1.925rem - 1.15rem)';
|
||||
|
||||
Reference in New Issue
Block a user