Curseforge Indexer

This commit is contained in:
Jai A
2020-05-21 22:38:39 -07:00
parent 51cfb1903d
commit 1291f792ab
13 changed files with 472 additions and 38 deletions

View File

@@ -119,7 +119,7 @@
.mod-description div {
max-width: 1000px;
margin: 0 auto;
padding: 10px;
padding: 5px;
}
.mod-description img {

View File

@@ -179,6 +179,7 @@
}
.result-image {
object-fit: scale-down;
padding: 0 10px 0 5px;
}
@@ -196,6 +197,17 @@
display: flex;
flex-direction: row;
align-items: baseline;
text-decoration: none;
}
.result-name {
text-decoration: none;
color: #0b75d8;
}
.result-author {
text-decoration: none;
color: #2f92d8;
}
.result-badges {
@@ -278,4 +290,13 @@
.cursed-badge {
color: white;
background-color: palevioletred;
}
.cursed-badge img {
margin-left: 5px;
}
.misc-badge {
color: white;
background-color: deepskyblue;
}