-
Notifications
You must be signed in to change notification settings - Fork 37
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
Better Looking Darkmode + Update Nav button text #180
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocking for some Checks i need to do
Why its only css |
SEO |
Search Engine Optimization? |
Are these "checks" related to the css that was actually changed, and/or related to the css already in the project? |
I want to verify that the changed css doesn't worsen lighthouse scores. Won't take long after im done with my day job |
@@ -40,7 +40,7 @@ If you're on a smaller screen, scroll sideways to see whole table. | |||
::: | |||
|
|||
<AddScript script-url="../../supported-devices.js"/> | |||
<p>Search: <input type="text" class="deviceSearch"></p> | |||
<p><input type="text" class="deviceSearch" placeholder="Enter Your Boardname"></p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change is unrelated to the PR
Again, what does "better" mean? it's meaningless word. Tell us exactly what you are changing and why |
@@ -84,3 +87,12 @@ html.dark { | |||
div.theme-default-content:not(.custom), footer.page-meta:not(.custom), nav.page-nav:not(.custom) { | |||
max-width: 1800px; | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how does this change relate to "better" dark mode?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line 90?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
formatting and i dont see an issue including that when modifying the file
below 90 relate to the search bar which you questioned already
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line 90?
no, the block of code below that. GH doesn't allow you to select multiple lines to comment on
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GH doesn't allow you to select multiple lines to comment on
I recently learned it does actually, try holding shift while clicking on any additional lines, that is, unless I misuse that feature
The markdown changes are still / again in this branch/PR |
… in `supported devices`
I will be redoing this, in a new branch closing |
border-radius: 10px; | ||
border: var(--border) solid 1px; | ||
padding-left: 10px; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure it's selecting multiple lines here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like it did actually, nice that they fixed that
No description provided.