refactor(css): consolidate .expand-commit into shared mobile media query

Was in a standalone @media (max-width: 960px) block; now lives inside
the existing mobile breakpoint block alongside sibling expand-row rules.
No visual change.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-24 13:12:00 +08:00
parent 53684e7c40
commit 66242cf0c9

View File

@@ -793,12 +793,6 @@ th[data-sort].sort-asc::after {
display: none;
}
@media (max-width: 960px) {
.expand-commit {
display: inline;
}
}
.tag {
position: relative;
border: 1px solid transparent;
@@ -1047,6 +1041,10 @@ th[data-sort].sort-asc::after {
display: none;
}
.expand-commit {
display: inline;
}
.tag-group {
display: none;
}