From 16ec16c6b8f21ad2d7a79cd95d9a7526eec6ab32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Sun, 26 Jul 2026 01:05:13 +0200 Subject: [PATCH] small changes --- client/homebrew/editor/metadataEditor/metadataEditor.jsx | 2 +- client/homebrew/editor/metadataEditor/metadataEditor.less | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/client/homebrew/editor/metadataEditor/metadataEditor.jsx b/client/homebrew/editor/metadataEditor/metadataEditor.jsx index 98f952e2d..14ea97305 100644 --- a/client/homebrew/editor/metadataEditor/metadataEditor.jsx +++ b/client/homebrew/editor/metadataEditor/metadataEditor.jsx @@ -186,7 +186,7 @@ const MetadataEditor = createReactClass({
{authors.length > 0 && ( - + {authors[0]}{authors.length > 1 && ', '} )} diff --git a/client/homebrew/editor/metadataEditor/metadataEditor.less b/client/homebrew/editor/metadataEditor/metadataEditor.less index 7d67f2e44..cd4fb38a1 100644 --- a/client/homebrew/editor/metadataEditor/metadataEditor.less +++ b/client/homebrew/editor/metadataEditor/metadataEditor.less @@ -195,10 +195,14 @@ left: 0; width:15px; height:15px; - rotate:-45deg; - translate:-50% -50%; + rotate:-25deg; + translate:-30% -50%; + transform: scaleY(0.7); } } + &:has(button) a { + padding-right:5px; + } &:has(button:hover) { background:#d97d7d; }