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

Fixed minor ui-isses in guide section #299

Open
wants to merge 2 commits into
base: versions/3.0
Choose a base branch
from

Conversation

nothuman2718
Copy link
Contributor

Fixed minor UI issues in the guide section like

Screenshot 2024-04-03 at 6 30 40 AM Screenshot 2024-04-03 at 6 31 30 AM Screenshot 2024-04-03 at 6 32 33 AM

While fixing these bugs, I found that a lot of data in docs is repeated, and extensive refactoring is possible.

I will fix this is next PR.

@@ -64,7 +64,7 @@ GeckoDriver can also be used as a standalone application. Usage steps are docume
<br><br>
### Command line usage

<pre><code>$ ./bin/geckodriver-0.23 -help
<pre class="line-numbers"><code>$ ./bin/geckodriver-0.23 -help
Copy link
Member

Choose a reason for hiding this comment

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

we don't need line number on these type of containers, only on actual source code.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Screenshot 2024-04-04 at 2 56 10 PM

If we are not giving ''line-numbers'', It will get ''code-space'' class due to which the above issue is coming

Screenshot 2024-04-04 at 3 01 49 PM

I thought this might introduce new bugs, So I just gave "line-numbers" class, If needed I will work on this and modify the updatePre function in app-esm.js

Copy link
Member

Choose a reason for hiding this comment

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

Try and remove the code-space class as well.

@nothuman2718
Copy link
Contributor Author

nothuman2718 commented Apr 5, 2024

@beatfactor Please have a look. Added a new class nocode-space contrary to code-space.

@beatfactor
Copy link
Member

@beatfactor Please have a look. Added a new class nocode-space contrary to code-space.

sorry for the delay here, I was away last week. I'll try to get this merged soon, thanks for your patience.

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