Use Preact for settings and show validation

This commit is contained in:
Shin'ya Ueoka 2017-11-19 08:23:51 +09:00
parent 44459e39c3
commit d33b37cdb9
4 changed files with 99 additions and 18 deletions
src/settings/components

View file

@ -1,4 +1,6 @@
.vimvixen-settings-form {
padding: 2px;
textarea[name=json] {
font-family: monospace;
width: 100%;