You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add border_radius URL parameter for customizable container corners (#124)
This PR adds a new `border_radius` URL parameter that allows users to customize
the border radius of the card container across all themes.
Changes:
- Added `border_radius` parameter to view.py (default: 10px)
- Updated all Jinja2 templates to use dynamic border_radius value
- Added comprehensive "Customization" section to README documenting all
available URL parameters
Usage example:
```
?uid=YOUR_UID&border_radius=15
```
This allows users to better match the Spotify widget styling with other
GitHub profile widgets that may use different border radius values.
0 commit comments