Skip to content

Commit

Permalink
CSS improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Oct 1, 2024
1 parent 65d7140 commit 5018e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/YPTSocket/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
<div class="socketItem hideNotConected <?php echo getCSSAnimationClassAndStyle('animate__flipInY', 'socket'); ?>" id="socketUsersURI">
</div>

<button onclick="avideoAjax(webSiteRootURL+'plugin/YPTSocket/restart.json.php', {});" style="color: #d43f3a" class="socketItem btn btn-danger btn-sm btn-xs btn-block"><i class="fas fa-power-off"></i> Restart</button>
<button onclick="avideoAjax(webSiteRootURL+'plugin/YPTSocket/restart.json.php', {});" class="socketItem btn btn-danger btn-sm btn-xs btn-block"><i class="fas fa-power-off"></i> Restart</button>
</div>
<script>
var socket_info_container_draging = false;
Expand Down

0 comments on commit 5018e8d

Please sign in to comment.