diff --git a/Note/ClipEditViewController.swift b/Note/ClipEditViewController.swift index 51597f1..ae10626 100644 --- a/Note/ClipEditViewController.swift +++ b/Note/ClipEditViewController.swift @@ -54,7 +54,7 @@ class ClipEditViewController: UIViewController { UIView.animate(withDuration: duration, delay: 0, options: .beginFromCurrentState) { self.textView.contentInset.bottom = keyboardHeight self.textView.verticalScrollIndicatorInsets.bottom = keyboardHeight - self.floatingDoneButtonBottomConstraint.constant = -(keyboardHeight + 16) + self.floatingDoneButtonBottomConstraint.constant = -(keyboardHeight + 8) self.floatingDoneButton.alpha = 1 self.view.layoutIfNeeded() }