jthegedus / jthegedus/docsify-select
Typo in the CSS configuration
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 30
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
There are typos in the CSS configuration of the plugin, it is sometimes docsifyselect, and sometimes docisfyselect.
--docsifyselect-menu-margin: 0px;
--docsifyselect-menu-padding: 8px 32px 8px 16px;
--docisfyselect-menu-width: 256px;
Steps to reproduce
Install the plugin and play with the CSS, the properties do not work if you do not use the typo when there is one.
Expected behavior
There should not be typos in the theme properties.
Thanks :)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the plugin's CSS configuration for the custom properties shown in the issue, comparing the docsifyselect and docisfyselect spellings. Correct the inconsistent property name and verify that all theme properties use the same spelling when the plugin is installed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100