From 2caa171c6d09ae901a202c09a252e98671041b8f Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 6 Nov 2023 02:25:54 +0100 Subject: [PATCH] [`media` UI] Fixed alignment of the controls right handle. --- platypush/backend/http/webapp/src/components/Media/Controls.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/backend/http/webapp/src/components/Media/Controls.vue b/platypush/backend/http/webapp/src/components/Media/Controls.vue index 935c2ddc..36db1d62 100644 --- a/platypush/backend/http/webapp/src/components/Media/Controls.vue +++ b/platypush/backend/http/webapp/src/components/Media/Controls.vue @@ -342,7 +342,7 @@ button { display: flex; flex-direction: column; flex: 1; - align-items: end; + align-items: flex-end; button { padding: 0.5em;