mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-28 02:26:07 +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:
@@ -793,12 +793,6 @@ th[data-sort].sort-asc::after {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 960px) {
|
|
||||||
.expand-commit {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.tag {
|
.tag {
|
||||||
position: relative;
|
position: relative;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
@@ -1047,6 +1041,10 @@ th[data-sort].sort-asc::after {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.expand-commit {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
.tag-group {
|
.tag-group {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user