Browse Source
Fixing the offset for links in the list (#184)
Signed-off-by: Mary Anthony <mary@blockstack.com>
feat/clarity-updates
Moxiegirl
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
assets/js/main.js
|
@ -5338,7 +5338,7 @@ |
|
|
selTarget: "", |
|
|
selTarget: "", |
|
|
widthElement: false, |
|
|
widthElement: false, |
|
|
showOnUp: false, |
|
|
showOnUp: false, |
|
|
targetOffset: false |
|
|
targetOffset: true |
|
|
}, |
|
|
}, |
|
|
computed: { |
|
|
computed: { |
|
|
selTarget: function(ref, $el) { |
|
|
selTarget: function(ref, $el) { |
|
|