summaryrefslogtreecommitdiffstats
path: root/src/components/Sidebar/Sidebar.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: improve accessibilityArmand Philippot2022-02-111-2/+8
|
* chore: update sidebar and widgets stylesArmand Philippot2022-01-151-4/+26
| | | | | | | | | I'm now using a widget that can be expanded/collapsed. It also allows me to handle more effectively widgets overflow and to avoid styles repetitions. However, with stylelint rule "no-descending-specificity", I'm not sure if the stylesheets are really logical... Maybe I should deactivate this rule.
* refactor(sidebar): use a component to avoid styles repetitionArmand Philippot2022-01-111-0/+12
I also fix some overflow/sticky issues. I have to set overflow auto only when there is no button-like links otherwise, with translate, the button is cropped on hover.