mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 05:03:45 +08:00
fix(css): hide col-num and expand-row first-child at col-cat breakpoint
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1111,7 +1111,9 @@ th[data-sort].sort-asc::after {
|
||||
padding-right: 0.8rem;
|
||||
}
|
||||
|
||||
.col-cat {
|
||||
.col-num,
|
||||
.col-cat,
|
||||
.expand-row td:first-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user