mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Rework Gallery DIsplay
This commit is contained in:
committed by
Lincoln Stein
parent
081271d6a1
commit
f15fd2c3d3
@@ -8,9 +8,7 @@ $app-width: calc(100vw - $app-cutoff);
|
||||
$app-height: calc(100vh - $app-cutoff);
|
||||
$app-content-height: calc(100vh - $app-content-height-cutoff);
|
||||
$app-gallery-height: calc(100vh - ($app-content-height-cutoff + 6rem));
|
||||
$app-gallery-popover-height: calc(
|
||||
100vh - ($app-content-height-cutoff - 2.5rem)
|
||||
);
|
||||
$app-gallery-popover-height: calc(100vh - ($app-content-height-cutoff + 6rem));
|
||||
$app-metadata-height: calc(100vh - ($app-content-height-cutoff + 4.4rem));
|
||||
|
||||
// option bar
|
||||
|
||||
Reference in New Issue
Block a user