Fix border-radius on photos

This commit is contained in:
Hiramiya
2018-08-27 16:06:04 +01:00
committed by GitHub
parent 596524a63c
commit c07f668f14

View File

@ -44,6 +44,7 @@ root(isDark)
background isDark ? #282C37 : #fff
border solid 1px rgba(#000, 0.075)
border-radius 6px
overflow hidden
> .title
z-index 1