diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-13 14:48:20 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-13 14:48:20 +0200 |
commit | 32c7c9fa90212e9743573604672e893c4f9e8109 (patch) | |
tree | 1bf36049e0a73398de620ee7137d7f68d54242bc | |
parent | 3bf7662dbdd5c7641e5a2758db88e89e31af7d68 (diff) | |
download | fileup-32c7c9fa90212e9743573604672e893c4f9e8109.tar.gz |
css
-rw-r--r-- | css/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index 07e2bf3..d60a4cf 100644 --- a/css/style.css +++ b/css/style.css @@ -290,6 +290,11 @@ input[type=submit]:hover { flex: 1 0 0; } +.filecontents { + padding: 0.8rem; + font-size: 1.1rem; +} + .window h3, .window > h2 { color: #4d4d4d; @@ -316,7 +321,7 @@ input[type=submit]:hover { } .window.dragged { - opacity: 0.9; + /* opacity: 0.9; */ } .files { |