mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-07-15 21:31:36 +03:00
Lexical: Added fade to table resizers
This commit is contained in:
@@ -50,7 +50,7 @@ export class EditorContextToolbar extends EditorContainerUiElement {
|
||||
|
||||
const targetMid = targetBounds.left + (targetBounds.width / 2);
|
||||
const intendedBounds: DOMRectInit = {
|
||||
x: targetMid -(domBounds.width / 2),
|
||||
x: targetMid - (domBounds.width / 2),
|
||||
y: targetBounds.bottom + 6,
|
||||
width: domBounds.width,
|
||||
height: domBounds.height,
|
||||
@@ -109,4 +109,4 @@ export class EditorContextToolbar extends EditorContainerUiElement {
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -461,6 +461,7 @@ body.editor-is-fullscreen {
|
||||
z-index: 3;
|
||||
user-select: none;
|
||||
opacity: 0;
|
||||
transition: opacity 120ms ease-in-out;
|
||||
&:hover, &.active {
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user