© 2024 MineXLauncher. All rights reserved.
diff --git a/public/resources/styles/themes/default.css b/public/resources/styles/themes/default.css
index 488deb2..f933be6 100644
--- a/public/resources/styles/themes/default.css
+++ b/public/resources/styles/themes/default.css
@@ -400,7 +400,7 @@ nav {
}
.updates-container ul {
- margin: 0px;
+ margin: 0;
padding: 5px 0 20px 30px;
}
@@ -513,15 +513,16 @@ nav {
.mod-item .mod-links {
display: flex;
justify-content: space-around;
- width: calc(100% - 20px);
+ width: calc(100% - 10px);
position: absolute;
bottom: 10px;
- left: 10px;
+ left: 5px;
}
.mod-item .mod-links .mod-download,
.mod-item .mod-links .mod-install {
flex: 1;
+ margin: 0 5px;
}
.mod-item .mod-links .mod-download {
diff --git a/public/servers/index.html b/public/servers/index.html
index e791a7f..74b931f 100644
--- a/public/servers/index.html
+++ b/public/servers/index.html
@@ -56,7 +56,7 @@
© 2024 MineXLauncher. All rights reserved.
diff --git a/public/settings/index.html b/public/settings/index.html
index a00f441..a6b74f5 100644
--- a/public/settings/index.html
+++ b/public/settings/index.html
@@ -76,7 +76,7 @@
© 2024 MineXLauncher. All rights reserved.
diff --git a/public/updates/index.html b/public/updates/index.html
index df99311..ace3224 100644
--- a/public/updates/index.html
+++ b/public/updates/index.html
@@ -57,7 +57,7 @@
© 2024 MineXLauncher. All rights reserved.
diff --git a/public/welcome/index.html b/public/welcome/index.html
index 53645c2..3a4406b 100644
--- a/public/welcome/index.html
+++ b/public/welcome/index.html
@@ -39,7 +39,7 @@
© 2024 MineXLauncher. All rights reserved.
diff --git a/src/resources/scripts/main.ts b/src/resources/scripts/main.ts
index d5649d6..034bb81 100644
--- a/src/resources/scripts/main.ts
+++ b/src/resources/scripts/main.ts
@@ -530,7 +530,7 @@ if (window.location.pathname === '/settings/') {
addon.name
}
By ${addon.author}
${addon.description}
`;
modList?.appendChild(modItem);