Add transition to menu top padding

This commit is contained in:
Enrico Monese 2017-03-28 18:17:43 +02:00
parent cc250b441b
commit a0ca1238f3
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
display: none;
}
}
transition: padding-top 0.25s;
&.titlebar-style-hidden {
padding-top: 24px;
}