Mostly on the homepage (big cards), but also on sidebars and tags page.
They look to square now and a little old, setting the border to ~10px (instead of the current 5px) would probably look better.
Note: if we set borders to 10px, we also have to do it for the images inside (or they would overflow). However, 10px look bad in the inner/bottom borders, so maybe we should use 10px on top and 5px on bottom?
border-radius:10px10px5px5px;
Mostly on the homepage (big cards), but also on sidebars and tags page.
They look to square now and a little old, setting the border to ~10px (instead of the current 5px) would probably look better.
Note: if we set borders to 10px, we also have to do it for the images inside (or they would overflow). However, 10px look bad in the inner/bottom borders, so maybe we should use 10px on top and 5px on bottom?
```css
border-radius: 10px 10px 5px 5px;
```
bea
added the enhancement label 2021-08-02 00:07:59 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Mostly on the homepage (big cards), but also on sidebars and tags page.
They look to square now and a little old, setting the border to ~10px (instead of the current 5px) would probably look better.
Note: if we set borders to 10px, we also have to do it for the images inside (or they would overflow). However, 10px look bad in the inner/bottom borders, so maybe we should use 10px on top and 5px on bottom?