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

Pile of Minor Fixes #110

Merged
merged 5 commits into from
Nov 15, 2024
Merged

Pile of Minor Fixes #110

merged 5 commits into from
Nov 15, 2024

Conversation

wilwade
Copy link
Contributor

@wilwade wilwade commented Nov 15, 2024

Problem

Various small fixes for the final tweaks of the docs

Closes: #87

Solution

  • Updated print styles
  • Updated all the colors to reflect variables from the style guide and consistency
  • Fixed side nav issue with hiding more than it should and margins
    • image
  • Updated button styles
    • image
  • Shifted the selected header indicator # to be visible with the new header font
    • image
  • Non breaking space for the arrows so they will break better
    • image

@wilwade wilwade requested review from saraswatpuneet and a team November 15, 2024 22:33
@wilwade wilwade enabled auto-merge (squash) November 15, 2024 22:35
@@ -0,0 +1,74 @@
.button-links,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Separated out for easier handling

Comment on lines +71 to +73
border: 2px solid var(--button-nav-hover-border);
color: var(--button-nav-hover-fg);
background: var(--button-nav-hover-bg);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Cleaned up these variables

@@ -46,25 +46,25 @@
}

/* Individual icons for specific items (1 indexed) */
#toc > .chapter li.chapter-item:nth-child(2) > a:first-of-type::before {
#toc > .chapter > li.chapter-item:nth-child(2) > a:first-of-type::before {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These were only supposed to catch the icon ones.

padding-inline-start: 0;
display: flex;
align-items: center;
flex: 1;
}

#toc > .chapter > li > .section > li.chapter-item:first-of-type {
margin-top: 10px;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fix the margin under the first one under the icons (Aka just Core > Arch for now)

@wilwade wilwade merged commit 82c9ea9 into developer-portal Nov 15, 2024
1 check passed
@wilwade wilwade deleted the dp/minor-fixes branch November 15, 2024 22:36
@@ -376,6 +385,7 @@ mark {
margin-block-end: -1px;
margin-inline-start: -3px;
margin-inline-end: -3px;
color: var(--fg);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Search text color fix

@@ -11,28 +11,57 @@
--mono-font: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace;
--code-font-size: 0.875em /* please adjust the ace font size accordingly in editor.js */;
--header-height: 85px;

/* Colors from Style Guide */
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Pulled these in and used them to keep things straight(er)

@wilwade wilwade mentioned this pull request Nov 15, 2024
18 tasks
wilwade added a commit that referenced this pull request Nov 19, 2024
Problem
=======

Various small fixes for the final tweaks of the docs

Closes: #87
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