Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add container util + ghost footer #539

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Commits on Jul 2, 2024

  1. 🔄 synced local 'skyvern-frontend/src/' with remote 'skyvern-frontend/…

    …src/'
    
    - Use tailwind container util which sets max width based on screen size automatically
     - Add a footer without any content so that main content has some bottom padding and doesn't have to think about it itself
    <!-- ELLIPSIS_HIDDEN -->
    
    ----
    
    | 🚀 | This description was created by [Ellipsis](https://www.ellipsis.dev) for commit f53f1c7b207b81716814c9431d1616c1e5f09917  |
    |--------|--------|
    
    ### Summary:
    Replaced fixed max-width with Tailwind CSS `container` utility and added a footer for consistent bottom padding in layout components.
    
    **Key points**:
    - Use Tailwind CSS `container` utility for responsive max-width in `BillingPageLayout`, `SettingsPageLayout`, `TasksPageLayout`, and `CreateNewTaskLayout`.
    - Add an empty footer with `py-4` class to `RootLayout` components in `skyvern-frontend/cloud/routes/root/RootLayout.tsx` and `skyvern-frontend/src/routes/root/RootLayout.tsx` for consistent bottom padding.
    
    ----
    Generated with ❤️ by [ellipsis.dev](https://www.ellipsis.dev)
    
    <!-- ELLIPSIS_HIDDEN -->
    ykeremy committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    503b654 View commit details
    Browse the repository at this point in the history