mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-03-23 10:09:34 +01:00
tweak popup left margin for consistency
This commit is contained in:
parent
19be113cb4
commit
6d6b03dfe2
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export function calcPopupPosition(el: HTMLElement, props: {
|
||||||
const contentWidth = el.offsetWidth;
|
const contentWidth = el.offsetWidth;
|
||||||
const contentHeight = el.offsetHeight;
|
const contentHeight = el.offsetHeight;
|
||||||
|
|
||||||
const LEFT_MARGIN = 4;
|
const LEFT_MARGIN = 2;
|
||||||
|
|
||||||
let rect: DOMRect;
|
let rect: DOMRect;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue