mirror of
https://github.com/langgenius/dify.git
synced 2026-04-10 11:37:11 +08:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
25 lines
384 B
CSS
25 lines
384 B
CSS
@reference "../../../styles/globals.css";
|
|
|
|
.item {
|
|
max-height: 200px;
|
|
margin-right: 8px;
|
|
margin-bottom: 8px;
|
|
object-fit: contain;
|
|
object-position: center;
|
|
border-radius: 8px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.item:nth-child(3n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.img-2 .item:nth-child(2n),
|
|
.img-4 .item:nth-child(2n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.img-4 .item:nth-child(3n) {
|
|
margin-right: 8px;
|
|
}
|