From dc36ab9cfd8216fe415e564c5e93ff8731cc9b58 Mon Sep 17 00:00:00 2001 From: Alexander Danilov Date: Sun, 25 Feb 2024 16:24:19 +0600 Subject: [PATCH] Fix toolbar for some deprecated plugins --- core/style.css | 2 +- core/total-conversion-build.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/style.css b/core/style.css index 3fb0b8879..ed9e0499a 100644 --- a/core/style.css +++ b/core/style.css @@ -840,7 +840,7 @@ h3.title { } #toolbox { - display: none; + display: none !important; } #toolbox, #toolbox_component { diff --git a/core/total-conversion-build.js b/core/total-conversion-build.js index 30254b0b8..a49be4d54 100644 --- a/core/total-conversion-build.js +++ b/core/total-conversion-build.js @@ -157,8 +157,8 @@ document.body.innerHTML = ' ' + '
' + ' ' + - '
' + '
' + + '
' + ' ' + '' + '
' +