diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-19 19:39:19 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-19 19:39:19 +0000 |
| commit | 4ea0db5cb1cc89dcbfb59982659a3d2771541391 (patch) | |
| tree | eaadd44c4eb5c2b9523594760e574c574ea70656 /src/components/user_settings/user_settings.vue | |
| parent | facf076d47207117afe3c220ad60313c8fd5367e (diff) | |
| parent | 205a9821e630fae9864a518824e52dea4fd0de28 (diff) | |
Merge branch '540' into 'develop'
Fix wrong mouse pointer hot zone in the post status box
Closes #540
See merge request pleroma/pleroma-fe!795
Diffstat (limited to 'src/components/user_settings/user_settings.vue')
| -rw-r--r-- | src/components/user_settings/user_settings.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/user_settings/user_settings.vue b/src/components/user_settings/user_settings.vue index 8a94f0b8..2cb8b37a 100644 --- a/src/components/user_settings/user_settings.vue +++ b/src/components/user_settings/user_settings.vue @@ -251,6 +251,10 @@ margin: 0; } + .visibility-tray { + padding-top: 5px; + } + input[type=file] { padding: 5px; height: auto; |
