diff --git a/build/bundle.js b/build/bundle.js index 216ea5e..856707c 100644 --- a/build/bundle.js +++ b/build/bundle.js @@ -108,7 +108,7 @@ app.get('/meta', function (req, res) { res.json({ "title": "Real-time Webtask Logs", "name": "auth0-extension-realtime-logs", - "version": "1.0.3", + "version": "1.3.0", "author": "Auth0, Inc", "description": "Access real-time webtask logs", "type": "application", @@ -177,7 +177,8 @@ var logsTemplate = s(function () {/* - + + @@ -193,7 +194,7 @@ var logsTemplate = s(function () {/* flex-direction: column; padding-bottom: 0; } - ​ + .header { flex: 0 0 100px; } @@ -227,6 +228,10 @@ var logsTemplate = s(function () {/* border-radius: 3px; text-align: center; } + + .wt-close { + display: none; + }