From 74db09b25d9f97348469ac6921c45222028d2385 Mon Sep 17 00:00:00 2001 From: Roni Laukkarinen Date: Thu, 29 Dec 2022 22:40:47 +0200 Subject: [PATCH] Fix transition for mobile nav demo --- CHANGELOG.md | 5 +++++ air-light-demo-content.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01e221f..00c9fdc 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 2.1.0: 2022-12-29 + +* Fix outdated image url +* Fix transition for mobile nav demo + ### 2.0.9: 2022-10-28 * Update transition duration diff --git a/air-light-demo-content.php b/air-light-demo-content.php index f441ccb..453889e 100755 --- a/air-light-demo-content.php +++ b/air-light-demo-content.php @@ -790,7 +790,7 @@ function demo_css() { ?> } /* Disable placeholder in demo */ -.site-main { +body:not(.js-nav-active) .site-main { display: unset; }