style: Increase top/bottom padding of .macos-backdrop by 50%

This commit is contained in:
Paul Gauthier (aider) 2025-03-18 18:57:30 -07:00
parent f0e66d2bfb
commit fb3f8439e2

View file

@ -83,7 +83,7 @@
.macos-backdrop {
background: linear-gradient(135deg, #ff9966, #ff5e62, #6666ff, #0066ff);
border-radius: 12px;
padding: 30px;
padding: 45px 30px;
margin: 20px 0;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
position: relative;