We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab606be commit 2ef2b1fCopy full SHA for 2ef2b1f
styles.css
@@ -5,7 +5,6 @@ body {
5
6
#div-compare, #div-original {
7
position: absolute;
8
- top: 4em;
9
border-radius: 7px;
10
}
11
@@ -63,8 +62,12 @@ textarea {
63
62
64
@media (min-height: 100px) {
65
+ #div-compare, #div-original {
66
+ top: calc(4em + 60px);
67
+ }
68
+
69
textarea {
- height: 600px;
70
+ height: 100vh;
71
72
73
#buttons {
@@ -75,6 +78,10 @@ textarea {
75
78
76
79
@media (min-height: 650px) {
77
80
81
82
+ top: 4em;
83
84
85
86
height: calc(100vh - 11em);
87
0 commit comments