Fossil SCM
Change the height at which scrolling kicks in for forum posts from 40em to 100em. This is an experiment.
Commit
29f7da931863784a257c727d73d0e22aa5b196b14c93c93b96ff3880a7c993a3
Parent
b2ac21832530a45…
1 file changed
+1
-1
+1
-1
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -765,11 +765,11 @@ | ||
| 765 | 765 | padding-left: 1ex; |
| 766 | 766 | padding-right: 1ex; |
| 767 | 767 | margin-top: 1ex; |
| 768 | 768 | } |
| 769 | 769 | div.forumPostBody { |
| 770 | - max-height: 40em; | |
| 770 | + max-height: 100em; | |
| 771 | 771 | overflow: auto; |
| 772 | 772 | } |
| 773 | 773 | div.forumSel { |
| 774 | 774 | background-color: #cef; |
| 775 | 775 | } |
| 776 | 776 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -765,11 +765,11 @@ | |
| 765 | padding-left: 1ex; |
| 766 | padding-right: 1ex; |
| 767 | margin-top: 1ex; |
| 768 | } |
| 769 | div.forumPostBody { |
| 770 | max-height: 40em; |
| 771 | overflow: auto; |
| 772 | } |
| 773 | div.forumSel { |
| 774 | background-color: #cef; |
| 775 | } |
| 776 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -765,11 +765,11 @@ | |
| 765 | padding-left: 1ex; |
| 766 | padding-right: 1ex; |
| 767 | margin-top: 1ex; |
| 768 | } |
| 769 | div.forumPostBody { |
| 770 | max-height: 100em; |
| 771 | overflow: auto; |
| 772 | } |
| 773 | div.forumSel { |
| 774 | background-color: #cef; |
| 775 | } |
| 776 |