Skip to content

Commit

Permalink
Update ede.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Xarth-Mai authored Feb 24, 2024
1 parent a640330 commit c0afbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ede.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
modal.className = 'dialogContainer';
modal.style.display = 'none';
modal.innerHTML = `
<div class="dialog" style="padding: 20px; border-radius: .3em; position: fixed; left: 50%; top: 75%; transform: translate(-50%, -50%); width: 40%; opacity:0.8;">
<div class="dialog" style="padding: 20px; border-radius: .3em; position: fixed; left: 50%; bottom: 0; transform: translate(-50%, -50%); width: 40%; opacity:0.8;">
<form id="sendDanmakuForm" autocomplete="off">
<div style="display: flex; flex-direction: column; gap: 5px;">
<div style="display: flex;">
Expand Down

0 comments on commit c0afbf0

Please sign in to comment.