From 6c4a7cde5190d52aade05b877837c32814acd474 Mon Sep 17 00:00:00 2001 From: Josef Citrine Date: Mon, 20 Jun 2016 03:20:20 +0100 Subject: [PATCH] Sidebar fix for large and small phones --- resources/assets/styles/mobile.less | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/resources/assets/styles/mobile.less b/resources/assets/styles/mobile.less index 1f6beb08..ca4d31f6 100644 --- a/resources/assets/styles/mobile.less +++ b/resources/assets/styles/mobile.less @@ -96,10 +96,6 @@ &.active { transform: translateX(170px) translateZ(0); } - - .x-attribution { - position: static !important; - } } .user-details > .avatar { @@ -415,4 +411,10 @@ width: 122px; padding-top: 18px; } +} + +@media only screen and (max-height: 500px) { + .x-attribution { + position: static !important; + } } \ No newline at end of file