diff options
| author | jackyzha0 <[email protected]> | 2020-05-25 23:05:04 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-25 23:05:04 -0700 |
| commit | 0568ee72bd05ed16cf5250a444d936821c42b524 (patch) | |
| tree | f9f1b1fcc58a9b5658579cf68e3025f15719abf3 /frontend/src/css | |
| parent | add icon, fix title, add content to meta (diff) | |
| download | ctrl-v-0568ee72bd05ed16cf5250a444d936821c42b524.tar.xz ctrl-v-0568ee72bd05ed16cf5250a444d936821c42b524.zip | |
various fixes
Diffstat (limited to 'frontend/src/css')
| -rw-r--r-- | frontend/src/css/index.css | 4 |
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 { |