Multiple bug fixes (#5275)
* PLT-5319 - Fixing text and line separator * PLT-5227 - Shrinking webrtc hides video * PLT-4066 - Fixing scroll for notifications modal * PLT-5106 - Adding status indicators (compact view) * Reverting scrolling change
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
365514174e
Коммит
bce2eb6ceb
@@ -237,6 +237,7 @@ export default class Post extends React.Component {
|
|||||||
profilePic = (
|
profilePic = (
|
||||||
<ProfilePicture
|
<ProfilePicture
|
||||||
src=''
|
src=''
|
||||||
|
status={status}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -833,13 +833,11 @@ export default class SecurityTab extends React.Component {
|
|||||||
} else {
|
} else {
|
||||||
apps = (
|
apps = (
|
||||||
<div className='padding-bottom x2 authorized-app'>
|
<div className='padding-bottom x2 authorized-app'>
|
||||||
<div className='col-sm-12'>
|
<div className='setting-list__hint'>
|
||||||
<div className='setting-list__hint col-sm-12'>
|
<FormattedMessage
|
||||||
<FormattedMessage
|
id='user.settings.security.noApps'
|
||||||
id='user.settings.security.noApps'
|
defaultMessage='No OAuth 2.0 Applications are authorized.'
|
||||||
defaultMessage='No OAuth 2.0 Applications are authorized.'
|
/>
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -117,7 +117,6 @@
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
transition: all 1s;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
#main-video video {
|
#main-video video {
|
||||||
|
|||||||
@@ -566,8 +566,21 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.status-wrapper {
|
.status-wrapper {
|
||||||
|
cursor: auto;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
|
|
||||||
|
.status {
|
||||||
|
bottom: auto;
|
||||||
|
left: -3px;
|
||||||
|
position: relative;
|
||||||
|
right: auto;
|
||||||
|
top: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
svg {
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
@@ -697,11 +710,8 @@
|
|||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
|
|
||||||
img,
|
img {
|
||||||
svg {
|
display: none;
|
||||||
height: 20px;
|
|
||||||
visibility: hidden;
|
|
||||||
width: 9px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -328,12 +328,6 @@
|
|||||||
&.post--comment {
|
&.post--comment {
|
||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
|
|
||||||
.post__img {
|
|
||||||
img {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&.same--user {
|
&.same--user {
|
||||||
.post__img {
|
.post__img {
|
||||||
img {
|
img {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user