jthegedus / jthegedus/docsify-select

Typo in the CSS configuration

Open
#68 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.