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; }