chrome: update style of market page

This commit is contained in:
Zhang Minghan 2024-01-11 09:58:52 +08:00
parent 2d83187df9
commit 63d1cef263
2 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,8 @@
padding: 0 !important;
& > * {
margin-bottom: 1px !important;
margin-bottom: 0 !important;
border-bottom: 1px solid hsl(var(--border)) !important;
}
}
}

View File

@ -26,6 +26,7 @@
@media (max-width: 768px) {
width: 100% !important;
margin-left: 0 !important;
max-width: 100vw !important;
}
}
}