More legible statuses on mobile

This commit is contained in:
Mouse Reeve
2020-11-05 08:21:00 -08:00
parent 738db165e5
commit 1c442f0dfe
3 changed files with 20 additions and 7 deletions

View File

@ -62,13 +62,26 @@ input.toggle-control:checked ~ .toggle-content {
.cover-container.is-medium {
height: 150px;
}
.cover-container.is-small {
height: 100px;
}
@media only screen and (max-width: 768px) {
.cover-container {
height: 200px;
width: max-content;
}
.cover-container.is-medium {
height: 100px;
}
.cover-container.is-small {
height: 70px;
}
}
.cover-container.is-medium .no-cover div {
font-size: 0.9em;
padding: 0.3em;
}
.cover-container.is-small {
height: 100px;
}
.cover-container.is-small .no-cover div {
font-size: 0.7em;
padding: 0.1em;