mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 13:56:43 +08:00
fix(css): hide last column in expand-row on mobile
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1075,7 +1075,8 @@ th[data-sort].sort-asc::after {
|
||||
|
||||
.col-num,
|
||||
.col-cat,
|
||||
.expand-row td:first-child {
|
||||
.expand-row td:first-child,
|
||||
.expand-row td:last-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user