fix in mobile
Some checks failed
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled

This commit is contained in:
2026-05-05 05:53:59 -06:00
parent 22b9405ed2
commit 507d77a576

View File

@@ -321,4 +321,14 @@ function rowProps(row: ProblemFiltered) {
max-width: 720px; max-width: 720px;
min-width: 0; min-width: 0;
} }
@media (max-width: 768px) {
.problem-list-toolbar {
grid-template-columns: minmax(0, 1fr);
}
.problem-list-toolbar :deep(.n-space) {
width: 100%;
}
}
</style> </style>