Skip to content

Commit 0e8cb7e

Browse files
committed
added more dev-studio
1 parent 81100bf commit 0e8cb7e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

dist/breinify-dev-studio.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
div.plugin-content.expended { padding: 10px 12px }
8585
div.plugin-content ul { list-style-type: none; padding-left: 0; margin: 0; }
8686
div.plugin-content ul li { margin-bottom: 4px; }
87-
div.plugin-content ul li span.plugin-prop-key { color: #bbbbbb; }
88-
div.plugin-content ul li span.plugin-prop-value { color: #ffffff; }
87+
div.plugin-content ul li span.plugin-prop-key { color: #bbbbbb; display: inline-block; padding-right: 5px; }
88+
div.plugin-content ul li span.plugin-prop-value { color: #ffffff; display: inline-block; }
8989
#toggle-button { position: fixed; bottom: 10px; right: 10px; width: 32px; height: 32px; background: #333; border-radius: 50%; align-items: center; justify-content: center; cursor: pointer; z-index: 9999998; box-shadow: 0 0 5px rgba(0,0,0,0.3); transition: opacity 0.2s ease-out; display: none; }
9090
#toggle-button:hover svg path { fill: #ccc; }
9191
::-webkit-scrollbar { width: 6px; }

dist/breinify-dev-studio.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/plugins/DevStudio.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
div.plugin-content.expended { padding: 10px 12px }
8585
div.plugin-content ul { list-style-type: none; padding-left: 0; margin: 0; }
8686
div.plugin-content ul li { margin-bottom: 4px; }
87-
div.plugin-content ul li span.plugin-prop-key { color: #bbbbbb; }
88-
div.plugin-content ul li span.plugin-prop-value { color: #ffffff; }
87+
div.plugin-content ul li span.plugin-prop-key { color: #bbbbbb; display: inline-block; padding-right: 5px; }
88+
div.plugin-content ul li span.plugin-prop-value { color: #ffffff; display: inline-block; }
8989
#toggle-button { position: fixed; bottom: 10px; right: 10px; width: 32px; height: 32px; background: #333; border-radius: 50%; align-items: center; justify-content: center; cursor: pointer; z-index: 9999998; box-shadow: 0 0 5px rgba(0,0,0,0.3); transition: opacity 0.2s ease-out; display: none; }
9090
#toggle-button:hover svg path { fill: #ccc; }
9191
::-webkit-scrollbar { width: 6px; }

0 commit comments

Comments
 (0)