Skip to content

Commit 6fdeb79

Browse files
committed
added more dev-studio
1 parent 0e8cb7e commit 6fdeb79

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/breinify-dev-studio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
span.plugin-indicator { position: absolute; right: 12px; top: 10px; font-size: 12px; transform-origin: center; transition: transform 0.3s ease; }
8383
div.plugin-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; padding: 0 12px; }
8484
div.plugin-content.expended { padding: 10px 12px }
85-
div.plugin-content ul { list-style-type: none; padding-left: 0; margin: 0; }
85+
div.plugin-content ul { list-style-type: none; padding-left: 0; margin: 0 0 10px 0; }
8686
div.plugin-content ul li { margin-bottom: 4px; }
8787
div.plugin-content ul li span.plugin-prop-key { color: #bbbbbb; display: inline-block; padding-right: 5px; }
8888
div.plugin-content ul li span.plugin-prop-value { color: #ffffff; display: inline-block; }

dist/breinify-dev-studio.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/plugins/DevStudio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
span.plugin-indicator { position: absolute; right: 12px; top: 10px; font-size: 12px; transform-origin: center; transition: transform 0.3s ease; }
8383
div.plugin-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; padding: 0 12px; }
8484
div.plugin-content.expended { padding: 10px 12px }
85-
div.plugin-content ul { list-style-type: none; padding-left: 0; margin: 0; }
85+
div.plugin-content ul { list-style-type: none; padding-left: 0; margin: 0 0 10px 0; }
8686
div.plugin-content ul li { margin-bottom: 4px; }
8787
div.plugin-content ul li span.plugin-prop-key { color: #bbbbbb; display: inline-block; padding-right: 5px; }
8888
div.plugin-content ul li span.plugin-prop-value { color: #ffffff; display: inline-block; }

0 commit comments

Comments
 (0)