From 0b6f649821622e4405dd86d1c35776b5292ae79b Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 24 Feb 2023 11:39:44 +0100 Subject: [PATCH] Trigger the squeezed mode for mail's nm header --- mail/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/js/app.js b/mail/js/app.js index 4c16d126ca..63c6ccc1b3 100644 --- a/mail/js/app.js +++ b/mail/js/app.js @@ -264,7 +264,7 @@ app.classes.mail = AppJS.extend( if (this.position < 44) { this.classList.add('limitted'); - if (this.position < 30) + if (this.position < 38) { this.classList.add('squeezed'); composeBtn.label = '';