use react in settings

This commit is contained in:
Shin'ya Ueoka 2017-10-09 13:42:16 +09:00
parent 7ee6396cb6
commit 6669f6b6ef
6 changed files with 97 additions and 70 deletions

View file

@ -0,0 +1,8 @@
.vimvixen-settings-form {
textarea[name=plain-json] {
font-family: monospace;
width: 100%;
min-height: 64ex;
resize: vertical;
}
}