mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
changed row corner
This commit is contained in:
parent
c1dfa24f1b
commit
8a23277311
2 changed files with 6 additions and 4 deletions
|
@ -49,7 +49,7 @@ export const RouteRowView = ({
|
|||
<div className="route-title">
|
||||
{
|
||||
(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>
|
||||
{(title || _id)}
|
||||
|
|
|
@ -348,9 +348,11 @@
|
|||
word-break: break-word;
|
||||
display: flex;
|
||||
|
||||
svg {
|
||||
fill: fade(white, 50%);
|
||||
margin-right: 2px;
|
||||
.route-row-corner {
|
||||
svg {
|
||||
fill: fade(white, 50%);
|
||||
margin-right: 2px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue