style: 💄 make a gap between player's control
All checks were successful
repod / xml (push) Successful in 32s
repod / php (push) Successful in 1m14s
repod / nodejs (push) Successful in 1m32s
repod / release (push) Has been skipped

This commit is contained in:
Michel Roux 2024-11-10 22:53:50 +01:00
parent 6c0976bc16
commit a90fcceb7b

View File

@ -55,6 +55,7 @@ export default {
<style scoped> <style scoped>
.controls { .controls {
display: flex; display: flex;
gap: 0.5rem;
} }
.pointer { .pointer {