about summary refs log tree commit diff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/components.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
index 832b9e9b1..acfa85c6b 100644
--- a/app/assets/stylesheets/components.scss
+++ b/app/assets/stylesheets/components.scss
@@ -147,8 +147,8 @@
   }
 }
 
-@media screen and (max-height: 800px) {
-  .account__header__avatar, .account__header__content {
+@media screen and (max-height: 480px) {
+  .account__header__avatar, .account__header .account__header__content {
     display: none;
   }
 }