diff options
author | 0neGal <mail@0negal.com> | 2022-02-24 00:40:55 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-02-24 00:40:55 +0100 |
commit | 68579acd60b284eeeb619595abb44a04e93887e0 (patch) | |
tree | 8adc59e690a747659345012615684d71f3aa74e9 /src/app/main.css | |
parent | 2c74233c21c27c45c79edb843cd5078a950b9ff6 (diff) | |
download | Viper-68579acd60b284eeeb619595abb44a04e93887e0.tar.gz Viper-68579acd60b284eeeb619595abb44a04e93887e0.zip |
localized all strings
I localized all strings for English, then went ahead and made array
options have a wider input and more word spacing, since they're all
space separated.
Diffstat (limited to 'src/app/main.css')
-rw-r--r-- | src/app/main.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/main.css b/src/app/main.css index 0d4b9ad..734f60b 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -251,6 +251,11 @@ button { --spacing: calc(var(--padding) / 3); } +.option[type=array] .actions input { + word-spacing: 15px; + margin-right: 15vw; +} + .option .actions button { background: var(--selbg); } |