diff options
author | 0neGal <mail@0negal.com> | 2022-02-20 20:59:58 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-02-20 20:59:58 +0100 |
commit | 43122069a282f4594653ede9402ba330b7f39e84 (patch) | |
tree | f2c615673cbd0ace6d5c55160168a8236b9d508b /src/app/main.css | |
parent | 3a2f9fac72d141f6a5e2e56133a5ae77d6972680 (diff) | |
download | Viper-43122069a282f4594653ede9402ba330b7f39e84.tar.gz Viper-43122069a282f4594653ede9402ba330b7f39e84.zip |
more UI changes
I added descriptions and options for excluding files.
Diffstat (limited to 'src/app/main.css')
-rw-r--r-- | src/app/main.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/app/main.css b/src/app/main.css index 09dc4b3..0d4b9ad 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -236,7 +236,14 @@ button { justify-content: space-between; } -.option .actions text {opacity: 0.8} +.option .text {font-weight: 600} +.option .text .desc { + opacity: 0.8; + font-weight: 500; + font-size: 0.9em; + max-width: 400px; + margin-top: calc(var(--padding) / 3); +} .option .actions input { width: 100%; |