fix: content not showing properly

This commit is contained in:
Jones8683
2025-08-04 08:40:34 +09:30
parent 4160f6ee10
commit 52192002e7
+2 -9
View File
@@ -50,10 +50,8 @@ export function OpenMinecraftServerPopup() {
let text = stringToHTML(/* html */ ` let text = stringToHTML(/* html */ `
<div class="whatsnewTextContainer" style="height: 50%; overflow-y: scroll;"> <div class="whatsnewTextContainer" style="height: 50%; overflow-y: scroll;">
<h1>Join our community in Minecraft!</h1> <h1>Join our community in Minecraft!</h1>
<ul> <p style="margin-left: 0;">Join the official BetterSEQTA+ Minecraft Server community now!</p>
<li>Join the official BetterSEQTA+ Minecraft Server community now!</li>
</ul>
<h1>Server Features</h1> <h1>Server Features</h1>
<ul> <ul>
@@ -63,11 +61,6 @@ export function OpenMinecraftServerPopup() {
<li>Regular updates and maintenance</li> <li>Regular updates and maintenance</li>
<li>The End dimension will be enabled during an upcoming live event</li> <li>The End dimension will be enabled during an upcoming live event</li>
</ul> </ul>
<div style="text-align: center; margin-top: 10px;">
<img src="https://raw.githubusercontent.com/Jones8683/BetterSEQTA-Plus/main/src/resources/ip-adress.png" alt="IP Address" />
</div>
</div>
`).firstChild; `).firstChild;
let footer = stringToHTML(/* html */ ` let footer = stringToHTML(/* html */ `