mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-11 23:25:01 +00:00
feat: Add tick marks to table bar graph cells
This commit is contained in:
parent
39962ba5eb
commit
5ec6f69037
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,8 @@ The model also has to successfully apply all its changes to the source file with
|
|||
padding: 8px;
|
||||
text-align: center; /* Keep text centered */
|
||||
overflow: hidden; /* Prevent bar from overflowing cell boundaries if needed */
|
||||
background-image: repeating-linear-gradient(to right, transparent, transparent 19px, rgba(221, 221, 221, 0.5) 19px, rgba(221, 221, 221, 0.5) 20px); /* Tick marks every 20% */
|
||||
background-size: 20% 100%; /* Set the size of the repeating gradient */
|
||||
}
|
||||
.bar-viz {
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue