1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00

update 1.9, add tutorials

This commit is contained in:
zumbiepig
2024-09-04 17:17:13 -07:00
parent 54f2d6a7a9
commit 88c5ff53e0
81 changed files with 193691 additions and 192953 deletions

View File

@@ -42,6 +42,10 @@
}
],
"updates": [
{
"version": "1.6.1",
"changelog": ["Eaglercraft 1.9 has been updated to v0.7.0", "Tutorials have been added to the launcher, go check them out!"]
},
{
"version": "1.6",
"changelog": ["You can now install mods directly from the mods list", "Bugfix: Themes no longer flicker when navigating"]

View File

@@ -25,7 +25,7 @@ body {
}
.launcher {
width: 65vw;
width: 75vw;
height: 95vh;
margin: 15px auto 0 auto;
background-color: #333;
@@ -78,6 +78,9 @@ nav {
padding: 0;
margin: 0;
flex-grow: 1;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: #555 #333;
}
.nav-item {
@@ -496,7 +499,7 @@ nav {
}
.mod-item .mod-author a {
color: #0000ff;
color: #0000ee;
}
.mod-item .mod-description {
@@ -512,35 +515,31 @@ nav {
position: absolute;
bottom: 10px;
left: 5px;
justify-content: center;
}
.mod-item .mod-links .mod-download,
.mod-item .mod-links .mod-install {
flex: 1;
margin: 0 5px;
}
.mod-item .mod-links .mod-download {
padding: 5px 15px;
background-color: #555;
padding: 5px;
color: #fff;
text-decoration: none;
border-radius: 7px;
transition: background-color 0.3s;
}
.mod-item .mod-links .mod-download {
background-color: #555;
}
.mod-item .mod-links .mod-download:hover {
cursor: pointer;
background-color: #777;
}
.mod-item .mod-links .mod-install {
padding: 5px 15px;
background-color: #4c4;
color: #fff;
text-decoration: none;
border-radius: 7px;
transition: background-color 0.3s;
}
.mod-item .mod-links .mod-install:hover {
@@ -793,6 +792,10 @@ nav {
position: relative;
}
.article .article-content a {
color: #0000ee;
}
.article .article-content .close-button {
color: #aaa;
float: right;