From 6186ae7a9f27deea6f760d77d6d805b52ca43306 Mon Sep 17 00:00:00 2001 From: Zed Date: Thu, 4 Jul 2019 09:34:33 +0200 Subject: [PATCH] Make profile sticky --- public/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 302f232..124674c 100644 --- a/public/style.css +++ b/public/style.css @@ -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;