aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Sidebar
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-292-83/+0
| | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch.
* chore: adjust spacings, overflow and transitions of widgetsArmand Philippot2022-02-121-8/+1
|
* chore: improve accessibilityArmand Philippot2022-02-111-2/+8
|
* chore: adjust spacing before posts list year on small devicesArmand Philippot2022-02-101-1/+8
|
* chore: improve widgetsArmand Philippot2022-02-101-2/+0
| | | | | | | | * Make all widgets expanded by default. This way, without Javascript, thematics and topics are still available. * Improve collapse/expand transition. * Remove widget scrollbar: the height was sometimes weird because of that. Except for ToC on large devices.
* chore: update sidebar and widgets stylesArmand Philippot2022-01-152-16/+45
| | | | | | | | | 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.
* chore: change posts list stylesArmand Philippot2022-01-141-0/+2
|
* refactor(sidebar): use a component to avoid styles repetitionArmand Philippot2022-01-112-0/+48
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.