aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/src/scss/layout/_main.scss
Commit message (Collapse)AuthorAgeFilesLines
* chore(styles): improve project details animation and increase heightArmand Philippot2021-10-261-6/+5
| | | | | | | | | Depending on content, the project details block was not completely below the toolbar before the animation ended. By using vh instead of %, the issue is fixed. I also increase a little the animation timing. I also give project details block a full height when expanded. This allows me to right longer description if needed and I can use the default font-size. It improves readability.
* chore: add box shadow to project details and toolbarArmand Philippot2021-10-261-0/+1
| | | | It helps to differentiate each part of the design.
* chore: print the project preview & details on clickArmand Philippot2021-10-251-1/+1
| | | | | | On small viewport, hide the project details and display it when the user clicks on toolbar button. So I adjust the toolbar z-index and the preview height.
* chore: add stylesArmand Philippot2021-10-241-0/+109