changeset 470:c1e191d1b02a bootstrap-4

Better input area height 100vh maximum seems right.
author nanaya <me@nanaya.pro>
date Sun, 23 Feb 2020 22:31:19 +0900
parents 68231013b01b
children c8e2f6b22527
files app/assets/stylesheets/application.scss
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/app/assets/stylesheets/application.scss	Sun Feb 23 22:25:50 2020 +0900
+++ b/app/assets/stylesheets/application.scss	Sun Feb 23 22:31:19 2020 +0900
@@ -6,6 +6,7 @@
 .paste-paste {
   resize: vertical;
   font-family: $font-family-monospace;
+  max-height: 100vh;
 }
 
 .paste-content {