diff --git a/styles/search.scarlet b/styles/search.scarlet index ef9d94ff..b61695e7 100644 --- a/styles/search.scarlet +++ b/styles/search.scarlet @@ -7,6 +7,8 @@ width 0 height auto flex-grow 1 + opacity 0.5 :focus - color link-color \ No newline at end of file + color link-color + opacity 1.0 \ No newline at end of file diff --git a/utils/editform/editform.go b/utils/editform/editform.go index 9e1b5240..4a7ac9ba 100644 --- a/utils/editform/editform.go +++ b/utils/editform/editform.go @@ -56,6 +56,8 @@ func Render(obj interface{}, title string, user *arn.User) string { returnPath := "" switch lowerCaseTypeName { + case "anime": + returnPath = "/explore" case "company": returnPath = "/companies" default: