aboutsummaryrefslogtreecommitdiff
path: root/src/settings/components/site.scss
blob: fae9c392b023eb16c9832e2d6d47faa686446f2b (plain) (blame)
1
2
3
4
5
6
7
8
.vimvixen-settings-form {
  textarea[name=json] {
    font-family: monospace;
    width: 100%;
    min-height: 64ex;
    resize: vertical;
  }
}