diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-22 20:31:29 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-22 20:31:29 +0100 |
| commit | ad67eaaa1de762a42837c6d8118ddb4033e35295 (patch) | |
| tree | 093b7b50b6de8f680ba78f5655ebc23a8a0a7d3b /src/frontend/app/components/StopSheet.tsx | |
| parent | ba7534e242c1c7b620c106407db94ef065b1a246 (diff) | |
style: Update StopSheet styles and fix layout issues in footer
Diffstat (limited to 'src/frontend/app/components/StopSheet.tsx')
| -rw-r--r-- | src/frontend/app/components/StopSheet.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/app/components/StopSheet.tsx b/src/frontend/app/components/StopSheet.tsx index f32c435..cf070e2 100644 --- a/src/frontend/app/components/StopSheet.tsx +++ b/src/frontend/app/components/StopSheet.tsx @@ -176,8 +176,9 @@ export const StopSheet: React.FC<StopSheetProps> = ({ </> ) : null} </div> + </Sheet.Content> - <div className="stop-sheet-footer"> + <div className="stop-sheet-footer"> {lastUpdated && ( <div className="stop-sheet-timestamp"> {t("estimates.last_updated", "Actualizado a las")}{" "} @@ -211,7 +212,6 @@ export const StopSheet: React.FC<StopSheetProps> = ({ </Link> </div> </div> - </Sheet.Content> </Sheet.Container> <Sheet.Backdrop onTap={onClose} /> </Sheet> |
