summaryrefslogtreecommitdiff
path: root/src/client/app
diff options
context:
space:
mode:
authorHiramiya <Hiramiya@users.noreply.github.com>2018-08-27 16:06:04 +0100
committerGitHub <noreply@github.com>2018-08-27 16:06:04 +0100
commitc07f668f14a3510e270b24ecea7193112b67221c (patch)
treec84c45c953050541f05b76346f1c2f24e7f26c98 /src/client/app
parentMerge pull request #1 from Hiramiya/develop (diff)
downloadmisskey-c07f668f14a3510e270b24ecea7193112b67221c.tar.gz
misskey-c07f668f14a3510e270b24ecea7193112b67221c.tar.bz2
misskey-c07f668f14a3510e270b24ecea7193112b67221c.zip
Fix border-radius on photos
Diffstat (limited to 'src/client/app')
-rw-r--r--src/client/app/desktop/views/pages/user/user.photos.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/desktop/views/pages/user/user.photos.vue b/src/client/app/desktop/views/pages/user/user.photos.vue
index 2318f2b8e4..8397e56484 100644
--- a/src/client/app/desktop/views/pages/user/user.photos.vue
+++ b/src/client/app/desktop/views/pages/user/user.photos.vue
@@ -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