mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 04:05:04 +00:00
style: Hide command column on small screens in leaderboards
This commit is contained in:
parent
75639059e1
commit
da96888669
1 changed files with 3 additions and 3 deletions
|
@ -102,13 +102,13 @@ Aider works best with high-scoring models, though it [can connect to almost any
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
td:nth-child(4) { /* Command column */
|
td:nth-child(5) { /* Command column */
|
||||||
font-size: 12px;
|
font-size: 12px; /* Keep font size adjustment for command column if desired, or remove */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hide command column on mobile */
|
/* Hide command column on mobile */
|
||||||
@media screen and (max-width: 767px) {
|
@media screen and (max-width: 767px) {
|
||||||
th:nth-child(4), td:nth-child(4) { /* Command column */
|
th:nth-child(5), td:nth-child(5) { /* Command column */
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue