comparison app/assets/stylesheets/application.scss @ 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
comparison
equal deleted inserted replaced
469:68231013b01b 470:c1e191d1b02a
4 .input-url1 { display: none !important; } 4 .input-url1 { display: none !important; }
5 5
6 .paste-paste { 6 .paste-paste {
7 resize: vertical; 7 resize: vertical;
8 font-family: $font-family-monospace; 8 font-family: $font-family-monospace;
9 max-height: 100vh;
9 } 10 }
10 11
11 .paste-content { 12 .paste-content {
12 border: none; 13 border: none;
13 background-color: #fff; 14 background-color: #fff;