mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: Update video container background to match gradient better
This commit is contained in:
parent
3a3bc9898d
commit
af4acccf9f
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ nav {
|
|||
height: 0;
|
||||
/* Calculate exact padding-bottom based on aspect ratio: (2160/2656) × 100% */
|
||||
padding-bottom: calc(2160 / 2656 * 100%);
|
||||
background-color: #f5f5f5; /* Light background while video loads */
|
||||
background-color: rgba(180, 200, 255, 0.3); /* Semi-transparent blue that matches the gradient */
|
||||
}
|
||||
|
||||
.video-container video {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue