mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
style: Adjust padding comment in macos-backdrop CSS class
This commit is contained in:
parent
dd4d2420df
commit
a9e8005b14
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
||||||
.macos-backdrop {
|
.macos-backdrop {
|
||||||
background: linear-gradient(135deg, #ff9966, #ff5e62, #6666ff, #0066ff);
|
background: linear-gradient(135deg, #ff9966, #ff5e62, #6666ff, #0066ff);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
padding: 50px 20px;
|
padding: 50px 20px; // i want to scale with width on the sides based on screen size from 5px for narrow screens to 50px for wide screens ai!
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue