mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-08-06 06:47:38 +00:00
small changes
This commit is contained in:
@@ -186,7 +186,7 @@ const MetadataEditor = createReactClass({
|
|||||||
<label>authors</label>
|
<label>authors</label>
|
||||||
<div className='value'>
|
<div className='value'>
|
||||||
{authors.length > 0 && (
|
{authors.length > 0 && (
|
||||||
<a href={`/user/${authors[0]}`} className='author-link' title={`Owner - Click to open ${authors[0]}'s profile in a new tab`}>
|
<a href={`/user/${authors[0]}`} className='author-link' target="_blank" title={`Owner - Click to open ${authors[0]}'s profile in a new tab`}>
|
||||||
{authors[0]}{authors.length > 1 && ', '}
|
{authors[0]}{authors.length > 1 && ', '}
|
||||||
</a>
|
</a>
|
||||||
)}
|
)}
|
||||||
|
|||||||
@@ -195,10 +195,14 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
width:15px;
|
width:15px;
|
||||||
height:15px;
|
height:15px;
|
||||||
rotate:-45deg;
|
rotate:-25deg;
|
||||||
translate:-50% -50%;
|
translate:-30% -50%;
|
||||||
|
transform: scaleY(0.7);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&:has(button) a {
|
||||||
|
padding-right:5px;
|
||||||
|
}
|
||||||
&:has(button:hover) {
|
&:has(button:hover) {
|
||||||
background:#d97d7d;
|
background:#d97d7d;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user