[draft] Make init fresh page more responsive #118

Open
xarvh wants to merge 2 commits from xarvh/fipamo:responsive-init-fresh into develop
First-time contributor

Something small to start up and see if that's actually what Fipamo needs.
Still needs clean up.
I usually prefer atomic CSS, ie small reusable classes, but I'm fine with organizing CSS in a different way.

Something small to start up and see if that's actually what Fipamo needs. Still needs clean up. I usually prefer atomic CSS, ie small reusable classes, but I'm fine with organizing CSS in a different way.
xarvh added 1 commit 2024-11-05 17:33:33 +01:00
Collaborator

This is a great start. I like the idea of pulling out those attributes that are repeating and making them their own class.

The only suggestion I would have is to make the class names a bit more explicit and it's fine.

Optionally, it may be worth considering pulling said attributes into their own file so the organization is a bit cleaner, but this isn't an immediate need.

This is a great start. I like the idea of pulling out those attributes that are repeating and making them their own class. The only suggestion I would have is to make the class names a bit more explicit and it's fine. Optionally, it may be worth considering pulling said attributes into their own file so the organization is a bit cleaner, but this isn't an immediate need.
ro requested review from ro 2024-11-05 19:18:51 +01:00
ro added the
Style
label 2024-11-05 19:19:09 +01:00
xarvh added 1 commit 2024-11-06 18:57:34 +01:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u responsive-init-fresh:xarvh-responsive-init-fresh
git checkout xarvh-responsive-init-fresh

Merge

Merge the changes and update on Forgejo.
git checkout develop
git merge --no-ff xarvh-responsive-init-fresh
git checkout develop
git merge --ff-only xarvh-responsive-init-fresh
git checkout xarvh-responsive-init-fresh
git rebase develop
git checkout develop
git merge --no-ff xarvh-responsive-init-fresh
git checkout develop
git merge --squash xarvh-responsive-init-fresh
git checkout develop
git merge --ff-only xarvh-responsive-init-fresh
git checkout develop
git merge xarvh-responsive-init-fresh
git push origin develop
Sign in to join this conversation.
No description provided.