All checks were successful
/ deploy (push) Successful in 3s
added the mcstatus image, navbar to mod list. still would like images/webums, later.
25 lines
No EOL
369 B
CSS
25 lines
No EOL
369 B
CSS
.full-description {
|
|
max-height: 80vh;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.mod-icon,
|
|
.mod-icon-category {
|
|
height: 2em;
|
|
vertical-align: middle;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.mod-description-details {
|
|
--pico-spacing: 0;
|
|
}
|
|
|
|
#statusimg {
|
|
display: block;
|
|
}
|
|
|
|
@media screen and (min-width: 1000px) {
|
|
#statusimg {
|
|
float: right;
|
|
}
|
|
} |