Fossil SCM
Increase the default scroll threshold on forum posts from 25em to 40em.
Commit
23d17bd248300522cbc8bb15a096d32954805ada33984edc3f0cc8f914c3972f
Parent
5900530223fc605…
1 file changed
+1
-1
+1
-1
| --- src/default_css.txt | ||
| +++ src/default_css.txt | ||
| @@ -761,11 +761,11 @@ | ||
| 761 | 761 | padding-left: 1ex; |
| 762 | 762 | padding-right: 1ex; |
| 763 | 763 | margin-top: 1ex; |
| 764 | 764 | } |
| 765 | 765 | div.forumPostBody { |
| 766 | - max-height: 25em; | |
| 766 | + max-height: 40em; | |
| 767 | 767 | overflow: auto; |
| 768 | 768 | } |
| 769 | 769 | div.forumSel { |
| 770 | 770 | background-color: #cef; |
| 771 | 771 | } |
| 772 | 772 |
| --- src/default_css.txt | |
| +++ src/default_css.txt | |
| @@ -761,11 +761,11 @@ | |
| 761 | padding-left: 1ex; |
| 762 | padding-right: 1ex; |
| 763 | margin-top: 1ex; |
| 764 | } |
| 765 | div.forumPostBody { |
| 766 | max-height: 25em; |
| 767 | overflow: auto; |
| 768 | } |
| 769 | div.forumSel { |
| 770 | background-color: #cef; |
| 771 | } |
| 772 |
| --- src/default_css.txt | |
| +++ src/default_css.txt | |
| @@ -761,11 +761,11 @@ | |
| 761 | padding-left: 1ex; |
| 762 | padding-right: 1ex; |
| 763 | margin-top: 1ex; |
| 764 | } |
| 765 | div.forumPostBody { |
| 766 | max-height: 40em; |
| 767 | overflow: auto; |
| 768 | } |
| 769 | div.forumSel { |
| 770 | background-color: #cef; |
| 771 | } |
| 772 |