🏞 Beautifying cover display UI

This commit is contained in:
2021-05-31 18:01:11 -07:00
parent 7f67c04467
commit d17afa439a
3 changed files with 22 additions and 12 deletions

View File

@@ -25,6 +25,17 @@ $border-color: red;
}
.card {
max-width: 200px;
margin: 12px;
float: left;
.truncate {
width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
img {
max-width: 200px;
}