aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-04-03 00:04:05 +0200
committerMario Vavti <mario@mariovavti.com>2016-04-03 00:04:05 +0200
commit3edd4ce78fcf6a5384ec503249c4e1f0fb6143ff (patch)
tree35889aeeaf78fd93c3c48963cf5ce66811f65da6 /view/theme/redbasic/css
parent72d995d35fbf32d6997e09e3e55a5e8de8ea0d6a (diff)
downloadvolse-hubzilla-3edd4ce78fcf6a5384ec503249c4e1f0fb6143ff.tar.gz
volse-hubzilla-3edd4ce78fcf6a5384ec503249c4e1f0fb6143ff.tar.bz2
volse-hubzilla-3edd4ce78fcf6a5384ec503249c4e1f0fb6143ff.zip
ease transition between fullscreen and inline view for small screens
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 6feb1154b..9dcfcdf3e 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -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 {