From 9ea860a9672fec6f7284685a8a017fc1cd6bc2bf Mon Sep 17 00:00:00 2001 From: arabcoders Date: Thu, 16 Oct 2025 17:00:33 +0300 Subject: [PATCH] [FEAT] allow user to choose thumbnail aspect ratio. --- ui/app/assets/css/style.css | 1 + ui/app/components/FloatingImage.vue | 4 +++- ui/app/components/History.vue | 3 ++- ui/app/components/Queue.vue | 3 ++- ui/app/components/Settings.vue | 16 ++++++++++++++++ 5 files changed, 24 insertions(+), 3 deletions(-) diff --git a/ui/app/assets/css/style.css b/ui/app/assets/css/style.css index cd841efe..fb18446a 100644 --- a/ui/app/assets/css/style.css +++ b/ui/app/assets/css/style.css @@ -370,3 +370,4 @@ div.is-centered { padding: 0; margin: 0 auto; } + diff --git a/ui/app/components/FloatingImage.vue b/ui/app/components/FloatingImage.vue index 0b190f3a..6db9b82e 100644 --- a/ui/app/components/FloatingImage.vue +++ b/ui/app/components/FloatingImage.vue @@ -8,7 +8,7 @@
{{ props.title }}
-
+
@@ -20,6 +20,7 @@