summaryrefslogtreecommitdiffstats
path: root/web/src/style.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add `Length::FillPortion` variantLibravatar Héctor Ramón Jiménez2019-12-301-1/+1
| | | | | It allows to specify the amount of available space an element should take relative to other elements.
* Make `tour` work with `iced_web` again :tada:Libravatar Héctor Ramón Jiménez2019-11-231-0/+162
- Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation