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

Horizontal tables

This commit is contained in:
Angelos Chalaris
2018-01-03 13:20:12 +02:00
parent a54a409c1d
commit f6af201afc
4 changed files with 324 additions and 75 deletions

View File

@@ -259,3 +259,7 @@
- Started working on `table` module. Tables are now scrollable by default.
- Coded desktop view for `table`, no `@media` queries in there yet, but there will be more sooner rather than later.
- Added mobile view for tables, fully functional, no problems, still missing `.horizontal` and `.striped` (also `.hoverable` ?) and variablization.
## 20180103
- Added `.horizontal` `table` elements, optimized for minimal size. Some variables are missing and unset but overall both normal and `.horizontal` tables should work properly now on desktop as well as on mobile.