ease transition between fullscreen and inline view for small screens

This commit is contained in:
Mario Vavti
2016-04-03 00:04:05 +02:00
parent 72d995d35f
commit 3edd4ce78f
3 changed files with 10 additions and 11 deletions

View File

@@ -1723,9 +1723,7 @@ nav .badge.mail-update:hover {
}
main {
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
transition: all 0.25s ease-in-out;
}
main {