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

add download button next to install

This commit is contained in:
zumbiepig
2024-09-04 08:40:48 -07:00
parent 2c3dc69c75
commit 07003d0fdd
16 changed files with 19 additions and 18 deletions

View File

@@ -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 {