ui: make ul padding match with the note

main
code913 2 years ago committed by GitHub
parent d33a3fb7ed
commit 5af9010547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -257,7 +257,7 @@
<h3>1.8 (Zero)</h3> <h3>1.8 (Zero)</h3>
<p class="note">Note from author: Very buggy, has log spam which can rapidly decrease FPS and can cause disk usage to rise drastically, has a bug at 2^35 which causes stripes of chunks to not load every power of 2, Chunk overwrite limit causes chunk and entity relocation spam, highly unstable. Player will be affected.</p> <p class="note">Note from author: Very buggy, has log spam which can rapidly decrease FPS and can cause disk usage to rise drastically, has a bug at 2^35 which causes stripes of chunks to not load every power of 2, Chunk overwrite limit causes chunk and entity relocation spam, highly unstable. Player will be affected.</p>
<ul> <ul style:padding-left="10ch">
<li>v2 - Most issues are fixed, log spam is fixed</li> <li>v2 - Most issues are fixed, log spam is fixed</li>
<li>v3 - Fixes 2^35 bug, Slowfalling still exists (due to server thread becoming overloaded)</li> <li>v3 - Fixes 2^35 bug, Slowfalling still exists (due to server thread becoming overloaded)</li>
</ul> </ul>

Loading…
Cancel
Save