Fix: ReactionPicker se alinea a la izquierda en mensajes propios
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m7s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m7s
- Agregada prop 'align' al ReactionPicker (left/right) - Mensajes propios (fromMe): picker se alinea a la izquierda (right-0) - Mensajes recibidos: picker se alinea a la derecha (left-0) - Evita que el picker extienda la página horizontalmente
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
<ReactionPicker
|
||||
:visible="showReactionPicker"
|
||||
:position="message.fromMe ? 'top' : 'bottom'"
|
||||
:align="message.fromMe ? 'left' : 'right'"
|
||||
@select="handleReaction"
|
||||
@close="showReactionPicker = false"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user