diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-01 19:52:25 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-01 19:54:34 +0100 |
commit | 8f47f6a7ec4bdbf0a540efe3a3f9c6b493b2dc34 (patch) | |
tree | a5d6512339d4886a0261c194b3e138e48aa4cfe8 /app/assets/stylesheets | |
parent | 91c542645574aaa0173e05a72e1c2ee562655469 (diff) |
Adding remote follow button
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/components.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index 88808b085..290b370a9 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -147,6 +147,12 @@ } } +@media screen and (max-height: 800px) { + .account__header__avatar, .account__header__content { + display: none; + } +} + .account__header__content { word-wrap: break-word; font-weight: 300; @@ -585,4 +591,4 @@ pointer-events: none; bottom: 0; left: 0; -} \ No newline at end of file +} |