From: fabrixxm Date: Wed, 26 Apr 2017 08:16:39 +0000 (+0200) Subject: frio mobile aside: add overlay transition X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0afc732059f62db60e474348b2de10d114830a3b;p=friendica.git frio mobile aside: add overlay transition --- diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index e65b81ac19..678bb91b16 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -120,6 +120,11 @@ code { display: block; top: 0; left: 300px; right: 0; bottom: 0; background-color: rgba(0,0,0,0.4); + opacity: 0; + transition: opacity 0.5s; + } + aside.canvas-slid::before { + opacity: 1; } aside + div { display:none!important;