summaryrefslogtreecommitdiffstats
path: root/src/components/Widget/Sharing/Sharing.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: update sidebar and widgets stylesArmand Philippot2022-01-151-111/+0
| | | | | | | | | 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(aside): move width from aside to sharing widgetArmand Philippot2022-01-101-0/+111
Only the Sharing widget needs the "min-content" width.