Make profile sticky
This commit is contained in:
parent
6b64e84d81
commit
6186ae7a9f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue