Skip to content

Commit 8aab9e7

Browse files
committedApr 30, 2023
fix: removed toogle fullscreen icons. now using css content
1 parent 07313fe commit 8aab9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h2 class="padding:5px_0px">Demo</h2>
121121
<a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="fas fa-eye-slash"></i></a>
122122
<a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
123123
<a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
124-
<a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
124+
<a class="margin-right:5px" fullscreen target="#playground"></a>
125125
</div>
126126

127127
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.