Un-stick color picker from the bottom edge
This commit is contained in:
@ -483,7 +483,7 @@ Blah blah <q>Inline Quote</q> hmm.
|
|||||||
#color-picker-container {
|
#color-picker-container {
|
||||||
-webkit-backdrop-filter: var(--blur);
|
-webkit-backdrop-filter: var(--blur);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 1rem;
|
||||||
left: 0;
|
left: 0;
|
||||||
transform: translateX(calc(-100% + 1rem));
|
transform: translateX(calc(-100% + 1rem));
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
@ -491,6 +491,7 @@ Blah blah <q>Inline Quote</q> hmm.
|
|||||||
transition: var(--transition);
|
transition: var(--transition);
|
||||||
box-shadow: var(--edge-highlight);
|
box-shadow: var(--edge-highlight);
|
||||||
border-start-end-radius: var(--rounded-corner);
|
border-start-end-radius: var(--rounded-corner);
|
||||||
|
border-end-end-radius: var(--rounded-corner);
|
||||||
background-color: var(--nav-bg);
|
background-color: var(--nav-bg);
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user