jean-emmanuel / open-stage-control

Libre and modular OSC / MIDI controller
https://openstagecontrol.ammd.net
GNU General Public License v3.0
719 stars 90 forks source link

[Bug] Dropdown's "align" property not respected when menu is open #681

Closed nesdnuma closed 3 years ago

nesdnuma commented 3 years ago

Despite the align property set to "center", the items are aligned to the default position (left) when the menu is open.

image

(O-S-C 1.7.5/Windows 64)

jean-emmanuel commented 3 years ago

This can't be fixed as the native dropdown element (provided by the browser/system) does not support text alignment. The only thing that seem to work is playing with css padding-left on the select element.

nesdnuma commented 3 years ago

OK