Skip to content

Commit ead687e

Browse files
committed
fix: removed toogle fullscreen icons. now using css content
1 parent 2860da1 commit ead687e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Demo</h2>
8181
<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>
8282
<a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
8383
<a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
84-
<a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
84+
<a class="margin-right:5px" fullscreen target="#playground"></a>
8585
</div>
8686

8787
</div>

0 commit comments

Comments
 (0)