From 7269c8fe7749432cd92dac281e83544d2c6ffda9 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 13 Mar 2018 10:11:20 +0100 Subject: [PATCH] Give full height to notifications popup sidebar --- pixelegg/css/mobile.css | 2 +- pixelegg/css/pixelegg.css | 2 +- pixelegg/less/layout_messages.less | 2 +- pixelegg/mobile/fw_mobile.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 191ef16dd9..9b65903180 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -3541,7 +3541,7 @@ td.lettersearch { top: 43px !important; right: 0px !important; left: auto !important; - height: calc(100% - 115px); + height: calc(100% - 65px); width: 300px !important; position: absolute; background: white; diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 455be68584..6fb6d0fbb5 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -3530,7 +3530,7 @@ td.lettersearch { top: 43px !important; right: 0px !important; left: auto !important; - height: calc(100% - 115px); + height: calc(100% - 65px); width: 300px !important; position: absolute; background: white; diff --git a/pixelegg/less/layout_messages.less b/pixelegg/less/layout_messages.less index adfd4bc4bf..91213c8d2d 100755 --- a/pixelegg/less/layout_messages.less +++ b/pixelegg/less/layout_messages.less @@ -20,7 +20,7 @@ top: 43px !important; right:0px !important; left: auto !important; - height: ~"calc(100% - 115px)"; + height: ~"calc(100% - 65px)"; width: 300px !important; position: absolute; background: white; diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 69aa37c226..e173b8ed63 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -3552,7 +3552,7 @@ td.lettersearch { top: 43px !important; right: 0px !important; left: auto !important; - height: calc(100% - 115px); + height: calc(100% - 65px); width: 300px !important; position: absolute; background: white;