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

fix: remove upstreamed ddoc stylings and update README #571

Merged
merged 3 commits into from
Jul 11, 2024

Conversation

crowlKats
Copy link
Member

@crowlKats crowlKats commented Jul 11, 2024

moved stylings that are deno-docs specific inton the styles.css, and things still in the overrides css file are still to be backported.
deno_doc PR denoland/deno_doc#611

@crowlKats crowlKats changed the title chore: upstream ddoc stylings fix: upstream ddoc stylings and update README Jul 11, 2024
@crowlKats crowlKats changed the title fix: upstream ddoc stylings and update README fix: remove upstreamed ddoc stylings and update README Jul 11, 2024
Copy link
Member

@donjo donjo left a comment

Choose a reason for hiding this comment

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

Screenshot 2024-07-11 at 9 49 19 AM


.ddoc > .toc {
@apply hidden md:flex md:flex-col !important;
}
Copy link
Member

Choose a reason for hiding this comment

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

The styles here that adjust the ToC position are still necessary because if all of ddoc is in a grid it doesn't anchor the navigation content to the left with a fixed width so I think ddoc should be a flex where the categories list is on the left and the rest of the content takes up the rest of the space.

We could either keep that in here until the next deno_doc pass or migrate it to styles.css as something that is a deno-docs specific interpretation

Screenshot 2024-07-11 at 9 05 39 AM

> li
> ul
> li {
@apply mt-1 !important;
Copy link
Member

Choose a reason for hiding this comment

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

Some of these long document navigation styles should move or else we lose the formatting of the document navigation

Screenshot 2024-07-11 at 9 51 30 AM Screenshot 2024-07-11 at 9 49 19 AM

@donjo
Copy link
Member

donjo commented Jul 11, 2024

whoops forgot to run deno task doc so disregard the problems I found

@crowlKats crowlKats merged commit 8704014 into main Jul 11, 2024
4 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