fix: explore app list grid style conflict and remove useless style (#725)
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
text-fill-color: transparent;
|
||||
}
|
||||
|
||||
.appList {
|
||||
grid-template-columns: repeat(1, minmax(0, 1fr))
|
||||
}
|
||||
|
||||
@media (min-width: 1624px) {
|
||||
.appList {
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr))
|
||||
|
||||
Reference in New Issue
Block a user