Skip to content

Commit

Permalink
Components: Glass-modal: Adjust small screen responsiveness
Browse files Browse the repository at this point in the history
Signed-off-by: Arturo Manzoli <[email protected]>
  • Loading branch information
ArturoManzoli committed Jun 25, 2024
1 parent b4327eb commit 0340a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GlassModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const modalPositionStyle = computed(() => {
return {
top: '50%',
left: interfaceStore.isOnSmallScreen
? `${interfaceStore.mainMenuWidth - 20}px`
? `${interfaceStore.mainMenuWidth - 30}px`
: `${interfaceStore.mainMenuWidth + 30}px`,
transform: 'translateY(-50%)',
}
Expand Down

0 comments on commit 0340a70

Please sign in to comment.