chore(article-link): use old naming of css class name

though the new thumbnail--xxx naming is cleaner
but this kind of change should be postponed until a major release
This commit is contained in:
ZhenShuo Leo
2025-10-08 13:12:49 +08:00
parent a27d65ad36
commit 3918571644
7 changed files with 13 additions and 13 deletions

View File

@@ -177,22 +177,22 @@ pre {
height: 100%;
}
.thumbnail--card {
.thumbnail_card {
min-width: 300px;
height: 200px;
}
.thumbnail--related {
.thumbnail_card_related {
height: 150px;
}
.thumbnail--simple {
.thumbnail {
width: 300px;
min-height: 180px;
}
@variant max-md {
.thumbnail--simple {
.thumbnail {
width: 100%;
}
}