From 2ed16a316e8533ef56957a54e83e8e11f00a5bfc Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Thu, 18 Jan 2024 11:55:12 +0100 Subject: [PATCH] style: align volume to the right --- src/components/Player/Volume.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Player/Volume.vue b/src/components/Player/Volume.vue index cfc1740..524ce80 100644 --- a/src/components/Player/Volume.vue +++ b/src/components/Player/Volume.vue @@ -66,7 +66,7 @@ export default { align-items: center; display: flex; gap: 5px; - justify-content: center; + justify-content: flex-end; } input {