mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fixes very slightly incorrect pixel offset
This commit is contained in:
parent
002791ef68
commit
259ecb7b71
@ -7,12 +7,6 @@
|
||||
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;
|
||||
@ -39,7 +33,7 @@
|
||||
min-width: 2rem !important;
|
||||
|
||||
top: 50%;
|
||||
left: 73px;
|
||||
left: calc(42px + 2rem);
|
||||
|
||||
border-radius: 0 0.5rem 0.5rem 0 !important;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user