mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: arrow positioning
This commit is contained in:
@@ -35,13 +35,13 @@
|
||||
name: 'arrow',
|
||||
options: {
|
||||
element: arrow,
|
||||
padding: arrowSize * 2
|
||||
padding: arrowSize * 1.75
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'offset',
|
||||
options: {
|
||||
offset: [-arrowSize, noArrow ? 0 : arrowSize - 2]
|
||||
offset: [-arrowSize, noArrow ? 0 : arrowSize / 1.5 ]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user