Fossil SCM

Change the height at which scrolling kicks in for forum posts from 40em to 100em. This is an experiment.

drh 2020-07-09 14:53 trunk
Commit 29f7da931863784a257c727d73d0e22aa5b196b14c93c93b96ff3880a7c993a3
1 file changed +1 -1
+1 -1
--- src/default.css
+++ src/default.css
@@ -765,11 +765,11 @@
765765
padding-left: 1ex;
766766
padding-right: 1ex;
767767
margin-top: 1ex;
768768
}
769769
div.forumPostBody {
770
- max-height: 40em;
770
+ max-height: 100em;
771771
overflow: auto;
772772
}
773773
div.forumSel {
774774
background-color: #cef;
775775
}
776776
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button