mirror of
https://github.com/langgenius/dify.git
synced 2026-03-21 02:20:08 +08:00
5 lines
100 B
CSS
5 lines
100 B
CSS
@media (min-width: 1624px) {
|
|
.appList {
|
|
grid-template-columns: repeat(4, minmax(0, 1fr))
|
|
}
|
|
} |