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 2ef2b1f commit ac810c0Copy full SHA for ac810c0
styles.css
@@ -56,24 +56,20 @@ button {
56
}
57
58
textarea {
59
- width: calc(100vw - 3em - 10px);
60
border: none;
61
62
63
@media (min-height: 100px) {
64
65
#div-compare, #div-original {
66
- top: calc(4em + 60px);
+ top: calc(5em + 60px);
67
68
69
+ width: calc(100vw - 4em - 10px);
70
height: 100vh;
71
72
73
- #buttons {
74
-
75
- }
76
77
78
79
@media (min-height: 650px) {
@@ -83,6 +79,7 @@ textarea {
83
84
80
85
81
82
+ width: calc(100vw - 3em - 10px);
86
height: calc(100vh - 11em);
87
88
0 commit comments