mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Trigger the squeezed mode for mail's nm header
This commit is contained in:
parent
4099066a59
commit
0b6f649821
@ -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 = '';
|
||||
|
Loading…
Reference in New Issue
Block a user