-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: list the models in the imagine sidenav (#107)
* disnplay models in side nav * styles: add open and close animation to the accordion component * reorganize imagine settings * split inputs into base settings and model settings * fix overflow-x when showing input info bug * styles: display imagine image inputs before the prompt input on mobile * show the morpheus brand in the navbar on mobile * feat: standardize the ipainting image sizes * feat: display the imagine menu inside a modal on mobile * fix responsive problem with image inputs width
- Loading branch information
1 parent
f797daa
commit a2a13d9
Showing
27 changed files
with
885 additions
and
431 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,10 @@ | |
min-height: 420px; | ||
flex: 1; | ||
|
||
@include media.mobile { | ||
min-height: auto; | ||
} | ||
|
||
&.small { | ||
height: 300px; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.