| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(media-queries): use pixel based media queries | Armand Philippot | 2022-06-09 | 1 | -5/+5 |
| | | | | | | | | | Everything was working fine with Firefox but it seems Chromium still has issues with `em` unit in media queries. The toolbar modals (search, settings and also main nav) was not displaying correctly on small devices. Some styles was missing. By switching to pixels based media queries, the bug seems fixed. | ||||
| * | fix(settings): avoid cropped tooltip on small devices | Armand Philippot | 2022-06-09 | 1 | -0/+14 |
| | | | | | | | I changed the settings disposition to make tooltip positioning easier. Jest complains about ref passed but everything seems to work as expected so I'm not sure it is relevant. Maybe a bug with cloneElement. | ||||
| * | chore: update logo | Armand Philippot | 2022-01-27 | 1 | -3/+4 |
| | | | | | | Adjust previous colors to fit the new website and add a dark version to better fit with the dark theme. | ||||
| * | chore: adjust colors and grid layout | Armand Philippot | 2022-01-25 | 1 | -4/+6 |
| | | |||||
| * | chore: add projects to main nav | Armand Philippot | 2022-01-20 | 1 | -2/+2 |
| | | | | | | | I redesign a little the main nav on small screens so it can takes two columns when the screen height is low. I change the 2xs breakpoint to 500px instead of 400px. | ||||
| * | feat: implement dark mode | Armand Philippot | 2022-01-17 | 1 | -23/+47 |
| | | |||||
| * | chore: customize text selection colors | Armand Philippot | 2022-01-14 | 1 | -0/+1 |
| | | |||||
| * | chore(prism): replace Coldark theme with a custom theme | Armand Philippot | 2022-01-03 | 1 | -1/+7 |
| | | |||||
| * | chore: add styles to WP blocks | Armand Philippot | 2022-01-03 | 1 | -3/+4 |
| | | |||||
| * | chore: define search form visibility | Armand Philippot | 2021-12-20 | 1 | -0/+1 |
| | | |||||
| * | chore: define secondary button styles | Armand Philippot | 2021-12-16 | 1 | -0/+4 |
| | | | | | I also rename submit style to primary. | ||||
| * | chore: define Sass functions, mixins, placeholders and variables | Armand Philippot | 2021-12-13 | 1 | -0/+159 |
