make username clickable on mobile view (#6519)
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
b2453735b2
Коммит
23ca4fe69c
@@ -87,7 +87,6 @@ export default class UserProfile extends React.Component {
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
className='user-popover'
|
className='user-popover'
|
||||||
id={'profile_' + this.uniqueId}
|
|
||||||
>
|
>
|
||||||
{name}
|
{name}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -217,7 +217,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.user-popover {
|
.user-popover {
|
||||||
pointer-events: none;
|
cursor: pointer;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.signup-team__container {
|
.signup-team__container {
|
||||||
@@ -326,8 +327,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.col__name {
|
.col__name {
|
||||||
pointer-events: none;
|
|
||||||
|
|
||||||
.user-popover {
|
.user-popover {
|
||||||
max-width: 130px;
|
max-width: 130px;
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user