From d996b567d01847f253ee56472846800221b53785 Mon Sep 17 00:00:00 2001 From: onsetsu Date: Wed, 14 Aug 2024 12:07:43 +0200 Subject: [PATCH] added iframe button to container SQUASHED: AUTO-COMMIT-src-components-tools-lively-container.html,AUTO-COMMIT-src-components-tools-lively-container.js, --- src/components/tools/lively-container.html | 7 +++++++ src/components/tools/lively-container.js | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/src/components/tools/lively-container.html b/src/components/tools/lively-container.html index ed764cc15..081ad6cf6 100644 --- a/src/components/tools/lively-container.html +++ b/src/components/tools/lively-container.html @@ -220,6 +220,11 @@ visibility: visible; } + :host(:not([src$=".html"])) #container-navigation #iframe { + display: none; + visibility: hidden; + } + :host(.show-options) #toggleOptions i { } @@ -260,6 +265,8 @@ +