mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
style: Extend striped cap on leaderboard bars to 15%
This commit is contained in:
parent
0b08ca64a8
commit
febdd3c0d0
1 changed files with 2 additions and 2 deletions
|
@ -218,8 +218,8 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
// Create a darker section at the end with diagonal stripes
|
||||
const darkSection = document.createElement('div');
|
||||
darkSection.className = 'bar-viz';
|
||||
darkSection.style.width = '10%'; // From 90% to 100%
|
||||
darkSection.style.left = '90%';
|
||||
darkSection.style.width = '15%'; // From 85% to 100%
|
||||
darkSection.style.left = '85%';
|
||||
darkSection.style.backgroundColor = 'rgba(13, 110, 253, 0.6)'; // Darker blue
|
||||
darkSection.style.borderRight = '1px solid rgba(13, 110, 253, 0.8)';
|
||||
darkSection.style.zIndex = '1';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue