Trigger the squeezed mode for mail's nm header

This commit is contained in:
Hadi Nategh 2023-02-24 11:39:44 +01:00
parent 4099066a59
commit 0b6f649821

View File

@ -264,7 +264,7 @@ app.classes.mail = AppJS.extend(
if (this.position < 44) if (this.position < 44)
{ {
this.classList.add('limitted'); this.classList.add('limitted');
if (this.position < 30) if (this.position < 38)
{ {
this.classList.add('squeezed'); this.classList.add('squeezed');
composeBtn.label = ''; composeBtn.label = '';