Reduce menu padding transition duration

This commit is contained in:
Enrico Monese 2017-03-28 18:43:25 +02:00
parent 956b105128
commit eac53175bf
1 changed files with 1 additions and 1 deletions

View File

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