|
@@ -1723,7 +1723,9 @@
|
1723
|
1723
|
padding-bottom: 0px;
|
1724
|
1724
|
overflow-y: scroll;
|
1725
|
1725
|
-webkit-overflow-scrolling: touch;
|
1726
|
|
- height: 100%;
|
|
1726
|
+ height: calc(100vh);
|
|
1727
|
+ display: flex;
|
|
1728
|
+ flex-direction: column;
|
1727
|
1729
|
}
|
1728
|
1730
|
|
1729
|
1731
|
img {
|
|
@@ -1747,27 +1749,27 @@
|
1747
|
1749
|
padding-right: 10px;
|
1748
|
1750
|
line-height: 20px;
|
1749
|
1751
|
caret-color:rgb(90, 149, 211);
|
1750
|
|
- margin-bottom: 100px;
|
|
1752
|
+ flex: 1;
|
1751
|
1753
|
}
|
1752
|
1754
|
|
1753
|
1755
|
#zss_editor_title {
|
1754
|
1756
|
padding-left: 10px;
|
1755
|
1757
|
padding-right: 10px;
|
1756
|
1758
|
font-family: 'Helvetica Neue Light', sans-serif;
|
1757
|
|
- font-size: 23px;
|
1758
|
|
- line-height: 31px;
|
1759
|
|
- color: #2d4150;
|
|
1759
|
+ font-size: 17px;
|
|
1760
|
+ line-height: 25px;
|
|
1761
|
+ color: #4A4A4A;
|
1760
|
1762
|
display: none;
|
1761
|
1763
|
}
|
1762
|
1764
|
|
1763
|
1765
|
[placeholder]:empty:before {
|
1764
|
1766
|
content: attr(placeholder);
|
1765
|
|
- color: #e0e0e0;
|
|
1767
|
+ color: #C1C1C1;
|
1766
|
1768
|
}
|
1767
|
1769
|
|
1768
|
1770
|
[placeholder]:empty:focus:before {
|
1769
|
1771
|
content: attr(placeholder);
|
1770
|
|
- color: #e0e0e0;
|
|
1772
|
+ color: #C1C1C1;
|
1771
|
1773
|
}
|
1772
|
1774
|
|
1773
|
1775
|
hr {
|
|
@@ -1778,8 +1780,6 @@
|
1778
|
1780
|
|
1779
|
1781
|
#separatorContainer {
|
1780
|
1782
|
-webkit-user-select: none;
|
1781
|
|
- padding-left: 10px;
|
1782
|
|
- padding-right: 10px;
|
1783
|
1783
|
display: none;
|
1784
|
1784
|
}
|
1785
|
1785
|
|