Make profile sticky

This commit is contained in:
Zed 2019-07-04 09:34:33 +02:00
parent 6b64e84d81
commit 6186ae7a9f

View file

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