mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-17 21:30:49 -06:00
Fix border-radius on photos
This commit is contained in:
parent
596524a63c
commit
c07f668f14
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue