1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00
This commit is contained in:
zumbiepig
2024-07-25 19:08:23 -07:00
parent 2379faafdc
commit b69cd15138
100 changed files with 116470 additions and 33 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 365 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

View File

@@ -140,7 +140,7 @@ nav {
background-color: #202020;
box-sizing: border-box;
position: relative;
overflow-y: hidden;
overflow: auto;
scrollbar-width: thin;
scrollbar-color: #555 #333;
}
@@ -350,7 +350,6 @@ nav {
flex: 1;
padding: 20px;
text-align: left;
overflow: auto;
}
.news-item li {
@@ -382,10 +381,10 @@ nav {
}
.downloads {
margin-top: 20px;
padding: 25px;
padding-top: 5px;
justify-content: center;
align-items: center;
overflow: auto;
}
.download-link {
@@ -465,25 +464,12 @@ select:focus {
box-shadow: 0 0 5px 2px #00cc00;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
background-color: #1f1f1f;
color: #e0e0e0;
overflow-x: auto;
overflow-y: auto;
max-height: 600px;
}
.mod-list {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
overflow-y: auto;
max-height: 100%;
padding: 10px;
overflow-x: auto;
text-align: center;
scrollbar-width: thin;
scrollbar-color: #555 #333;