Fix border-radius on friends

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

View File

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