Spaces:
Running
Running
Upload style.css
Browse files- static/style.css +3 -2
static/style.css
CHANGED
|
@@ -670,7 +670,8 @@ ul, li {
|
|
| 670 |
display: flex;
|
| 671 |
min-height: 520px;
|
| 672 |
flex: 1;
|
| 673 |
-
|
|
|
|
| 674 |
overflow: auto;
|
| 675 |
padding: 16px;
|
| 676 |
background: #e6e6e6;
|
|
@@ -978,7 +979,7 @@ body.mobile .proofread-grid {
|
|
| 978 |
body.mobile .proofread-source {
|
| 979 |
height: 52vh;
|
| 980 |
min-height: 0;
|
| 981 |
-
overflow:
|
| 982 |
border-right: 0;
|
| 983 |
border-bottom: 1px solid var(--reader-divider, var(--outline-variant));
|
| 984 |
}
|
|
|
|
| 670 |
display: flex;
|
| 671 |
min-height: 520px;
|
| 672 |
flex: 1;
|
| 673 |
+
align-items: flex-start;
|
| 674 |
+
justify-content: flex-start;
|
| 675 |
overflow: auto;
|
| 676 |
padding: 16px;
|
| 677 |
background: #e6e6e6;
|
|
|
|
| 979 |
body.mobile .proofread-source {
|
| 980 |
height: 52vh;
|
| 981 |
min-height: 0;
|
| 982 |
+
overflow: hidden;
|
| 983 |
border-right: 0;
|
| 984 |
border-bottom: 1px solid var(--reader-divider, var(--outline-variant));
|
| 985 |
}
|