mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
fix: content not showing properly
This commit is contained in:
@@ -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 */ `
|
||||||
|
|||||||
Reference in New Issue
Block a user