Skip to content

Commit

Permalink
Clean up code in screen_console.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
NI committed Oct 21, 2021
1 parent 60297f6 commit 43ef0aa
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ui/widgets/screen_console.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@
<li>
<a class="tb-item" href="javascript:;" @click="fontSizeUp">
<span
class="tb-key-icon tb-key-resize-icon icon icon-keyboardkey1 icon-iconed-bottom1"
class="
tb-key-icon tb-key-resize-icon
icon icon-keyboardkey1 icon-iconed-bottom1
"
>
<i>+</i>
Increase
Expand All @@ -64,7 +67,10 @@
<li>
<a class="tb-item" href="javascript:;" @click="fontSizeDown">
<span
class="tb-key-icon tb-key-resize-icon icon icon-keyboardkey1 icon-iconed-bottom1"
class="
tb-key-icon tb-key-resize-icon
icon icon-keyboardkey1 icon-iconed-bottom1
"
>
<i>-</i>
Decrease
Expand Down

0 comments on commit 43ef0aa

Please sign in to comment.