Skip to content
This repository has been archived by the owner on Aug 7, 2022. It is now read-only.

Commit

Permalink
ボタンの幅を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiro527 committed Apr 25, 2021
1 parent 4378c82 commit 34f3931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const insertAltManager = () => {
let mLevelCont = document.getElementById("mLevelCont");
let altManagerBtnHTMLloggedOut = `
<div class="verticalSeparator" style="height:35px;"></div>
<div class="button buttonPI lgn" id="lafAltMngMBtnO" style="width:200px;margin-right:0px;padding-top:3px;padding-bottom:15px" onmouseenter="playTick()" onclick="window.utils.showAltMng()">
<div class="button buttonPI lgn" id="lafAltMngMBtnO" style="width:auto;margin-right:0px;padding-top:3px;padding-bottom:15px" onmouseenter="playTick()" onclick="window.utils.showAltMng()">
Alt Manager <span class="material-icons" style="vertical-align:bottom;color:#fff;font-size:30px;margin-bottom:-1px;">manage_accounts</span>
</div>
`
Expand Down

0 comments on commit 34f3931

Please sign in to comment.