download selection

This commit is contained in:
SpikeHD
2022-07-25 22:46:43 -07:00
parent cffbcdae96
commit 26292984a2
2 changed files with 81 additions and 6 deletions

View File

@@ -17,3 +17,25 @@
width: 100%;
height: 10px;
}
.ModMenu {
width: 40%;
}
.ModMenu .BigButton {
font-size: 16px;
padding: 6px 30px;
}
.ModDownloadList {
width: 80%;
}
.ModDownloadItem {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
margin: 10px;
}