From f21e7d6ac06556671c2663ce2879442c60230b32 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 30 Jan 2017 21:40:55 +0100 Subject: Make profile header scroll along with contents. AccountTimeline, Followers and Following are no longer nested inside a common parent (), instead they all embed --- app/assets/stylesheets/components.scss | 6 ------ 1 file changed, 6 deletions(-) (limited to 'app/assets/stylesheets/components.scss') diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index 6810fae12..471fff11e 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -169,12 +169,6 @@ } } -@media screen and (max-height: 480px) { - .account__header__avatar, .account__header .account__header__content { - display: none; - } -} - .account__header__content { word-wrap: break-word; font-weight: 400; -- cgit