diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-01 17:26:17 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-01 17:26:17 +0900 |
| commit | 6e776650be60f6f7c48b63ffec2a650e629a46da (patch) | |
| tree | 4d46d8ebfaadbb1670680ba9d29e0819e583aa2c /src | |
| parent | Fix bug (diff) | |
| download | misskey-6e776650be60f6f7c48b63ffec2a650e629a46da.tar.gz misskey-6e776650be60f6f7c48b63ffec2a650e629a46da.tar.bz2 misskey-6e776650be60f6f7c48b63ffec2a650e629a46da.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/pages/settings/profile.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/pages/settings/profile.vue b/src/client/pages/settings/profile.vue index 1fabcc3f89..b168c89ec0 100644 --- a/src/client/pages/settings/profile.vue +++ b/src/client/pages/settings/profile.vue @@ -205,6 +205,7 @@ export default Vue.extend({ height: 72px; margin: auto; cursor: pointer; + box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.5); } } |