aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/css
diff options
context:
space:
mode:
authorRyan Mehri <[email protected]>2020-05-26 10:20:15 -0600
committerGitHub <[email protected]>2020-05-26 10:20:15 -0600
commit8b69751d9276a99d5150e0efac0ccd16a5c970c6 (patch)
treef7851f60131b77676102aaf2c019b1f37d28f1c3 /frontend/src/css
parentMerge pull request #34 from jackyzha0/firebase (diff)
parentfix coderenderer not loading all langs (diff)
downloadctrl-v-8b69751d9276a99d5150e0efac0ccd16a5c970c6.tar.xz
ctrl-v-8b69751d9276a99d5150e0efac0ccd16a5c970c6.zip
Merge pull request #35 from jackyzha0/fixing-html
various fixes
Diffstat (limited to 'frontend/src/css')
-rw-r--r--frontend/src/css/index.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/css/index.css b/frontend/src/css/index.css
index 7852e4d..e654c2b 100644
--- a/frontend/src/css/index.css
+++ b/frontend/src/css/index.css
@@ -94,9 +94,9 @@ input[type=password] {
}
textarea {
- height: max(45vh, 100%);
+ height: max(40vh, 100%);
resize: vertical;
- min-height: 45vh;
+ min-height: 40vh;
}
a {