mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-20 03:23:39 +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-num,
|
||||||
.col-cat,
|
.col-cat,
|
||||||
.expand-row td:first-child {
|
.expand-row td:first-child,
|
||||||
|
.expand-row td:last-child {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user