mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Styling fixes
This commit is contained in:
parent
881c69e905
commit
88203d8db2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
frontend/dist/index.html
vendored
4
frontend/dist/index.html
vendored
@ -6,8 +6,8 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>InvokeAI - A Stable Diffusion Toolkit</title>
|
||||
<link rel="shortcut icon" type="icon" href="./assets/favicon.0d253ced.ico" />
|
||||
<script type="module" crossorigin src="./assets/index.86b555db.js"></script>
|
||||
<link rel="stylesheet" href="./assets/index.0974fcda.css">
|
||||
<script type="module" crossorigin src="./assets/index.1bbf045c.js"></script>
|
||||
<link rel="stylesheet" href="./assets/index.519094b9.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -373,8 +373,8 @@ export default function ImageGallery() {
|
||||
</div>
|
||||
<div>
|
||||
<IAIPopover
|
||||
isLazy
|
||||
trigger="hover"
|
||||
hasArrow={activeTabName === 'inpainting' ? false : true}
|
||||
placement={'left'}
|
||||
triggerComponent={
|
||||
<IAIIconButton
|
||||
|
@ -86,12 +86,3 @@
|
||||
.inpainting-options-btn {
|
||||
min-height: 2rem;
|
||||
}
|
||||
|
||||
// Overrides
|
||||
.inpainting-workarea-overrides {
|
||||
.image-gallery-wrapper {
|
||||
.chakra-popover__popper {
|
||||
inset: 0 auto auto -75px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -348,7 +348,6 @@ const InpaintingControls = () => {
|
||||
tooltip="Mask Options"
|
||||
icon={<FaMask />}
|
||||
cursor={'pointer'}
|
||||
isDisabled={isMaskEmpty}
|
||||
data-selected={maskOptionsOpen}
|
||||
/>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user