Code clean up for screen_console.vue
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
style="top: 0; right: 0; left: 0; bottom: 0; padding: 0; margin: 0; z-index: 0; position: absolute; overflow: hidden"
|
style="top: 0; right: 0; left: 0; bottom: 0; padding: 0; margin: 0; z-index: 0; position: absolute; overflow: hidden"
|
||||||
:style="'font-family: ' + typeface + ', inherit'"
|
:style="'font-family: ' + typeface + ', inherit'"
|
||||||
>
|
>
|
||||||
<h2 style="display:none;">Console</h2>
|
<h2 style="display: none;">Console</h2>
|
||||||
|
|
||||||
<div class="console-loading">
|
<div class="console-loading">
|
||||||
<div class="console-loading-icon"></div>
|
<div class="console-loading-icon"></div>
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
class="console-toolbar"
|
class="console-toolbar"
|
||||||
:style="'background-color: ' + control.activeColor() + 'ee'"
|
:style="'background-color: ' + control.activeColor() + 'ee'"
|
||||||
>
|
>
|
||||||
<h2 style="display:none;">Tool bar</h2>
|
<h2 style="display: none;">Tool bar</h2>
|
||||||
|
|
||||||
<div class="console-toolbar-group console-toolbar-group-left">
|
<div class="console-toolbar-group console-toolbar-group-left">
|
||||||
<div class="console-toolbar-item">
|
<div class="console-toolbar-item">
|
||||||
|
|||||||
Reference in New Issue
Block a user