aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/style.css
Commit message (Collapse)AuthorAgeFilesLines
* Change inputs to textareas (#34)Ben Woodward2021-07-061-3/+5
| | | | | | Issue #28 discovered long ssid and password values would be visibly cropped. This change replaces the input fields with 2-row textareas that properly handle the maximum length of both ssids and passwords, 32 and 63 characters respectively.
* Prettier formatting (#33)Ben Woodward2021-07-041-2/+3
| | | | | * Add prettier * Format code
* Serif font for input fields (#5)Ben Woodward2020-06-041-0/+3
| | | Fixes #4
* Initial commitbndw2020-05-311-0/+47