From ee77f38cdb324cbcf12518490df77fc9e6b89282 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 6 Nov 2025 22:52:02 +0000 Subject: Improve gallery scroll indicators and format code Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> --- src/frontend/app/components/TimetableSkeleton.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/frontend/app/components/TimetableSkeleton.tsx') diff --git a/src/frontend/app/components/TimetableSkeleton.tsx b/src/frontend/app/components/TimetableSkeleton.tsx index 79c7725..cd5bc81 100644 --- a/src/frontend/app/components/TimetableSkeleton.tsx +++ b/src/frontend/app/components/TimetableSkeleton.tsx @@ -8,7 +8,7 @@ interface TimetableSkeletonProps { } export const TimetableSkeleton: React.FC = ({ - rows = 4 + rows = 4, }) => { const { t } = useTranslation(); @@ -24,7 +24,11 @@ export const TimetableSkeleton: React.FC = ({
- +
@@ -48,7 +52,7 @@ export const TimetableSkeleton: React.FC = ({ style={{ display: "inline-block", borderRadius: "3px", - marginRight: "0.5rem" + marginRight: "0.5rem", }} />