Style(ToolCard): Fixed incorrect style that card content exceeds card size

This commit is contained in:
2024-10-26 18:25:53 +08:00
parent 0c13d028f9
commit d340a427a8
4 changed files with 5 additions and 4 deletions

View File

@@ -78,6 +78,7 @@
.author {
display: flex;
margin-top: auto;
padding-top: 8px;
flex-direction: row;
justify-content: end;
padding-bottom: 10px;

View File

@@ -13,7 +13,7 @@
> .card-box, > div {
width: 180px;
height: 290px;
min-height: 290px;
flex: 0 0 auto;
}
@@ -102,7 +102,7 @@
> .card-box, > div {
width: 180px;
height: 290px;
min-height: 290px;
flex: 0 0 auto;
}
}

View File

@@ -28,7 +28,7 @@
> div {
width: 180px;
height: 290px;
min-height: 290px;
flex: 0 0 auto;
}

View File

@@ -70,7 +70,7 @@
> div {
width: 180px;
height: 290px;
min-height: 290px;
flex: 0 0 auto;
}