From 334c645d7000fc613f6277fbf25e63c8dd2c7cce Mon Sep 17 00:00:00 2001 From: ArneBo Date: Fri, 3 Jan 2025 11:55:29 +0100 Subject: [PATCH] fix(style): [WIP] Artist page input select styles --- front/src/components/library/Artists.vue | 3 +- front/src/components/ui/input.scss | 53 +++++++++++++++++++++++- front/src/style/colors.scss | 1 + 3 files changed, 55 insertions(+), 2 deletions(-) diff --git a/front/src/components/library/Artists.vue b/front/src/components/library/Artists.vue index f05f41903..26fd82f71 100644 --- a/front/src/components/library/Artists.vue +++ b/front/src/components/library/Artists.vue @@ -145,12 +145,13 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]