nav-pills

Altering height of Python/Dash Navigation Pills?

Altering height of Python/Dash Navigation Pills? Question: I have a Python/Dash application with a vertical nav-bar and I wish to alter the height of the nav-pills. I’m using the bootstrap "SLATE" theme with the CSS-file stored locally in the /asset directory. The sidebar code: SIDEBAR_STYLE = { "position": "fixed", "top": 0, "left": 0, "bottom": 0, …

Total answers: 1