1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-07-31 11:00:21 +02:00

Drawer component

Rebuilt, working better than ever.
This commit is contained in:
Angelos Chalaris
2017-11-08 22:30:23 +02:00
parent 9ea6a68988
commit 50a50908ef
5 changed files with 232 additions and 218 deletions

View File

@@ -122,3 +122,5 @@
- Styled `.logo` in `header`. The styling is now far simpler and easier to use.
- Removed `display:block` fix from `nav` as it was targeting IE 9-.
- Tweaked and rebuilt the styling of `nav` elements. It should now be more mobile-friendly, too, especially when used in combination with a `.drawer`.
- Rebuilt `.drawer`, breaking changes in the old code, but managable as far as I can tell.
- `.drawer` will now be either left or right, no option for both. This can be altered in the code or by hand (if I make a tool, I should remember to add an option - *TODO*).