Skip to content

Conversation

@poespas
Copy link
Collaborator

@poespas poespas commented Dec 31, 2024

  • Currently 3 css files (breakpoints/colors/general) were built without being loaded into the frontend, these are now ignored on buildtime
  • Compress/Minify stylesheet loaded on front-end
  • Build styling on buildtime in deployment
  • Use newest scss notiations ( @use )
  • Don't show scrollbars when not needed (non-iOS devices issue)

width: 100%;
max-width: calc(100% - 90px);
overflow: scroll;
overflow: auto;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I left this one accidental but was going to be apart of another code change another time, removes this scrollbar that is visible on smaller viewsizes on non-apple devices:

image

@github-actions
Copy link
Contributor

Acceptance server is available at https://docs-ephjyi5eq.hypernode.io.
Changed pages:

@tdgroot tdgroot merged commit 56e7fe9 into master Dec 31, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants