1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2025-01-01 16:37:39 +01:00

fix some margins

This commit is contained in:
Jelle van Snik 2023-01-07 23:50:36 +01:00
parent 9fba422673
commit b98fdcd94d
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ export function SearchLoadingView() {
const { t } = useTranslation(); const { t } = useTranslation();
return ( return (
<Loading <Loading
className="mt-40" className="mt-40 mb-24 "
text={t("search.loading") || "Fetching your favourite shows..."} text={t("search.loading") || "Fetching your favourite shows..."}
/> />
); );

View file

@ -20,7 +20,7 @@ function SearchSuffix(props: {
const icon: Icons = allFailed ? Icons.WARNING : Icons.EYE_SLASH; const icon: Icons = allFailed ? Icons.WARNING : Icons.EYE_SLASH;
return ( return (
<div className="mt-40 flex flex-col items-center justify-center space-y-3 text-center"> <div className="mt-40 mb-24 flex flex-col items-center justify-center space-y-3 text-center">
<IconPatch <IconPatch
icon={icon} icon={icon}
className={`text-xl ${allFailed ? "text-red-400" : "text-bink-600"}`} className={`text-xl ${allFailed ? "text-red-400" : "text-bink-600"}`}