2 Commits

Author SHA1 Message Date
  pu 7cd066d940 adjust title style 4 years ago
  pu b68afad16d new layout 4 years ago
1 changed files with 9 additions and 9 deletions
  1. 9
    9
      src/editor.html

+ 9
- 9
src/editor.html View File

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