0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-19 19:52:27 +01:00
gitea/web_src
wxiaoguang 376396a088
Fix image border-radius (#23886)
1. Instead of polluting the `border-radius` style globally, each "img"
usage should declare their own styles.
2. There were some bugs in code, I believe the `.img` selector was done
by mistake.

After:


![image](https://user-images.githubusercontent.com/2114189/229415742-161b018f-14c3-471d-bcf7-34f83e5c2d89.png)


![image](https://user-images.githubusercontent.com/2114189/229415789-829d364a-76da-47a5-8c61-398cc990873c.png)
2023-04-05 02:44:52 +02:00
..
css Fix image border-radius (#23886) 2023-04-05 02:44:52 +02:00
fomantic
js
svg