Skip to content

Fix responsive template#2012

Merged
joachimvh merged 4 commits intoCommunitySolidServer:mainfrom
thhck:fix-responsive-template
Mar 26, 2025
Merged

Fix responsive template#2012
joachimvh merged 4 commits intoCommunitySolidServer:mainfrom
thhck:fix-responsive-template

Conversation

@thhck
Copy link
Contributor

@thhck thhck commented Mar 25, 2025

📁 Related issues

Fix #1649

✍️ Description

Change template CSS ( style ) to be more responsive:

  • forms field
  • buttons
  • header

✅ PR check list

Before this pull request can be merged, a core maintainer will check whether

  • this PR is labeled with the correct semver label
    • semver.patch: Backwards compatible bug fixes.
    • semver.minor: Backwards compatible feature additions.
    • semver.major: Breaking changes. This includes changing interfaces or configuration behaviour.
  • the correct branch is targeted. Patch updates can target main, other changes should target the latest versions/* branch.
  • the RELEASE_NOTES.md document in case of relevant feature or config changes.
  • any relevant documentation was updated to reflect the changes in this PR.

@thhck
Copy link
Contributor Author

thhck commented Mar 25, 2025

image

On width < 400 I hide the "Community Solid Server" title, but I can add this back

@thhck
Copy link
Contributor Author

thhck commented Mar 25, 2025

image

Between 400 and 600 "Community Solid Server" title is smaller to avoid overflow

Copy link
Member

@joachimvh joachimvh left a comment

Choose a reason for hiding this comment

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

Thanks!

@joachimvh joachimvh merged commit fe4a6fd into CommunitySolidServer:main Mar 26, 2025
37 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.

Improve layout of login pages on mobile devices

2 participants