mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
moved #options popper -20px on x-axis to align with chat edge
This commit is contained in:
@ -162,7 +162,7 @@ let optionsPopper = Popper.createPopper(document.getElementById('options_button'
|
|||||||
{
|
{
|
||||||
name: 'offset',
|
name: 'offset',
|
||||||
options: {
|
options: {
|
||||||
offset: [0, -260],
|
offset: [-20, -260],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user