mirror of
https://github.com/vinta/awesome-python.git
synced 2026-04-11 02:11:42 +08:00
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:
parent
53684e7c40
commit
66242cf0c9
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user