Make profile sticky

This commit is contained in:
Zed 2019-07-04 09:34:33 +02:00
parent 6b64e84d81
commit 6186ae7a9f
1 changed files with 3 additions and 1 deletions

View File

@ -394,6 +394,8 @@ video {
text-align: left;
vertical-align: top;
max-width: 32%;
position: sticky;
top: 50px;
}
.profile-banner {
@ -570,7 +572,7 @@ video {
}
.conversation {
max-width: 580px;
max-width: 610px;
margin: 0 auto;
float: none;
border-radius: 0;