changed row corner

This commit is contained in:
muerwre 2019-03-29 17:33:56 +07:00
parent c1dfa24f1b
commit 8a23277311
2 changed files with 6 additions and 4 deletions

View file

@ -49,7 +49,7 @@ export const RouteRowView = ({
<div className="route-title"> <div className="route-title">
{ {
(tab === 'mine' || !is_admin) && is_starred && (tab === 'mine' || !is_admin) && is_starred &&
<Icon icon="icon-star-fill" size={18} /> <div className="route-row-corner"><Icon icon="icon-star-fill" size={18} /></div>
} }
<span> <span>
{(title || _id)} {(title || _id)}

View file

@ -348,11 +348,13 @@
word-break: break-word; word-break: break-word;
display: flex; display: flex;
.route-row-corner {
svg { svg {
fill: fade(white, 50%); fill: fade(white, 50%);
margin-right: 2px; margin-right: 2px;
} }
} }
}
.route-description { .route-description {
font-size: 0.9em; font-size: 0.9em;