Skip to content

Commit

Permalink
Updated the spacing of the change name button.
Browse files Browse the repository at this point in the history
  • Loading branch information
ApachiPro authored Apr 22, 2024
1 parent c54067e commit 7968153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Versions/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ element.innerHTML = `<div id="bg" style="background-color:black">
<button class="button" id="config_lib" style="background-color:black;border-color:green;color:green;width:60px;height:30px;top:2%;left:94.8%;position:absolute">
Settings
</button>
<button id="name_changer" style="background-color:black;border-color:green;color:green;width:110px;height:30px;top:6%;left:91%;position:absolute">
<button id="name_changer" style="background-color:black;border-color:green;color:green;width:110px;height:30px;top:6%;left:92%;position:absolute">
Change Name
</button>
</div>
Expand Down

0 comments on commit 7968153

Please sign in to comment.