mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Improves styling
This commit is contained in:
parent
7a4ceb0f7c
commit
fe700d27df
@ -7,6 +7,12 @@
|
||||
z-index: 20;
|
||||
padding: 0;
|
||||
|
||||
filter: var(--floating-button-drop-shadow);
|
||||
|
||||
svg {
|
||||
fill: var(--tab-list-text);
|
||||
}
|
||||
|
||||
&.left {
|
||||
left: 0;
|
||||
border-radius: 0 0.5rem 0.5rem 0 !important;
|
||||
|
@ -19,13 +19,14 @@
|
||||
}
|
||||
|
||||
.options-panel-wrapper {
|
||||
grid-auto-rows: max-content;
|
||||
background-color: var(--background-color);
|
||||
height: $app-content-height;
|
||||
width: $options-bar-max-width;
|
||||
max-width: $options-bar-max-width;
|
||||
flex-shrink: 0;
|
||||
position: relative;
|
||||
z-index: 20;
|
||||
overflow-y: scroll;
|
||||
@include HideScrollbar;
|
||||
|
||||
.options-panel {
|
||||
display: flex;
|
||||
|
@ -5,7 +5,6 @@ import { useHotkeys } from 'react-hotkeys-hook';
|
||||
import { BsPinAngle, BsPinAngleFill } from 'react-icons/bs';
|
||||
import { CSSTransition } from 'react-transition-group';
|
||||
import { RootState, useAppDispatch, useAppSelector } from '../../app/store';
|
||||
|
||||
import useClickOutsideWatcher from '../../common/hooks/useClickOutsideWatcher';
|
||||
import {
|
||||
OptionsState,
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Calc Values
|
||||
$app-cutoff: 0px;
|
||||
$app-content-height-cutoff: 5rem; // default: 7rem
|
||||
$app-content-height-cutoff: calc(70px + 1rem); // default: 7rem
|
||||
|
||||
// Usage Variables
|
||||
// app
|
||||
|
Loading…
Reference in New Issue
Block a user