aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/pages/Listing.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* chore: change posts list stylesArmand Philippot2022-01-141-52/+0
|
* refactor(sidebar): use a component to avoid styles repetitionArmand Philippot2022-01-111-17/+15
| | | | | | 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.
* refactor(styles): use compose to declare grid layouts onceArmand Philippot2022-01-101-7/+12
| | | | | | | I'm using same grid layouts in multiple places. To avoid maintenance issue, I think it is better to declare the grid once and to import its declaration where it is needed. Thanks to CSS modules, I can use compose to do that.
* chore: adjust css grid on listing pages without sidebarArmand Philippot2022-01-071-9/+33
|
* chore: move Main grid to its childrenArmand Philippot2022-01-061-0/+25
This way I can use full width background for some blocks.