Skip to content

Remove thx banner (and a few styling tweaks) #218

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

Merged
merged 2 commits into from
Feb 17, 2025

Conversation

cirex-web
Copy link
Contributor

@cirex-web cirex-web commented Feb 17, 2025

Description

I was just going to remove the banner, but then I realized that the main layout was a bit jank (104px padding top?), so I changed it over a flexbox that doesn't overflow the main viewport. (The screen real-estate is a tad bit less, but it does make scrolling the courses list a bit easier. (you now can't inadvertendly scroll to the footer)). I also removed some uneeded absolute positioning styling and z-index classes for some true Yak Shaving

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

image image

(diregard the awkward position of the ❤️. Seems like a bug with devtools)

Copy link

vercel bot commented Feb 17, 2025

@cirex-web is attempting to deploy a commit to the ScottyLabs Team on Vercel.

A member of the Team first needs to authorize it.

<Header />
</header>
<main className="relative flex min-h-full flex-col pt-[104px] md:h-screen md:flex-row md:justify-around">
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hardcoded pt? we can do better

@xavilien xavilien self-requested a review February 17, 2025 23:18
Copy link
Member

@xavilien xavilien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@xavilien xavilien merged commit fdd5220 into ScottyLabs:main Feb 17, 2025
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants