mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 22:53:08 +02:00
Fix border-radius on friends
This commit is contained in:
parent
c07f668f14
commit
f283d2423f
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ root(isDark)
|
|||
background isDark ? #282C37 : #fff
|
||||
border solid 1px rgba(#000, 0.075)
|
||||
border-radius 6px
|
||||
overflow hidden
|
||||
|
||||
> .title
|
||||
z-index 1
|
||||
|
|
Loading…
Reference in a new issue