use react in settings
This commit is contained in:
parent
7ee6396cb6
commit
6669f6b6ef
6 changed files with 97 additions and 70 deletions
8
src/settings/components/site.scss
Normal file
8
src/settings/components/site.scss
Normal file
|
@ -0,0 +1,8 @@
|
|||
.vimvixen-settings-form {
|
||||
textarea[name=plain-json] {
|
||||
font-family: monospace;
|
||||
width: 100%;
|
||||
min-height: 64ex;
|
||||
resize: vertical;
|
||||
}
|
||||
}
|
Reference in a new issue