Fossil SCM
Removed obsolete references to CSS class div.div.forumHierRoot: no current code uses these.
Commit
361b9e4e31bb61607a8f7a8650c688a6ec700657e7f0c1c25516f163dfd71c07
Parent
064c677a70f25d8…
2 files changed
+1
-1
+1
-1
+1
-1
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -758,11 +758,11 @@ | ||
| 758 | 758 | border: 1px solid black; |
| 759 | 759 | padding-left: 1ex; |
| 760 | 760 | padding-right: 1ex; |
| 761 | 761 | margin-top: 1ex; |
| 762 | 762 | } |
| 763 | -div.forumHier, div.forumTime, div.forumHierRoot { | |
| 763 | +div.forumHier, div.forumTime { | |
| 764 | 764 | display: flex; |
| 765 | 765 | flex-direction: column; |
| 766 | 766 | } |
| 767 | 767 | .forum > div > form { |
| 768 | 768 | margin: 0.5em 0; |
| 769 | 769 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -758,11 +758,11 @@ | |
| 758 | border: 1px solid black; |
| 759 | padding-left: 1ex; |
| 760 | padding-right: 1ex; |
| 761 | margin-top: 1ex; |
| 762 | } |
| 763 | div.forumHier, div.forumTime, div.forumHierRoot { |
| 764 | display: flex; |
| 765 | flex-direction: column; |
| 766 | } |
| 767 | .forum > div > form { |
| 768 | margin: 0.5em 0; |
| 769 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -758,11 +758,11 @@ | |
| 758 | border: 1px solid black; |
| 759 | padding-left: 1ex; |
| 760 | padding-right: 1ex; |
| 761 | margin-top: 1ex; |
| 762 | } |
| 763 | div.forumHier, div.forumTime { |
| 764 | display: flex; |
| 765 | flex-direction: column; |
| 766 | } |
| 767 | .forum > div > form { |
| 768 | margin: 0.5em 0; |
| 769 |
+1
-1
| --- src/fossil.page.forumpost.js | ||
| +++ src/fossil.page.forumpost.js | ||
| @@ -45,11 +45,11 @@ | ||
| 45 | 45 | /* Adds an Expand/Collapse toggle to all div.forumPostBody |
| 46 | 46 | elements which are deemed "too large" (those for which |
| 47 | 47 | scrolling is currently activated because they are taller than |
| 48 | 48 | their max-height). */ |
| 49 | 49 | document.querySelectorAll( |
| 50 | - 'div.forumHier, div.forumTime, div.forumHierRoot, div.forumEdit' | |
| 50 | + 'div.forumHier, div.forumTime, div.forumEdit' | |
| 51 | 51 | ).forEach(function f(forumPostWrapper){ |
| 52 | 52 | const content = forumPostWrapper.querySelector('div.forumPostBody'); |
| 53 | 53 | if(!content || !scrollbarIsVisible(content)) return; |
| 54 | 54 | const parent = content.parentElement, |
| 55 | 55 | widget = D.addClass( |
| 56 | 56 |
| --- src/fossil.page.forumpost.js | |
| +++ src/fossil.page.forumpost.js | |
| @@ -45,11 +45,11 @@ | |
| 45 | /* Adds an Expand/Collapse toggle to all div.forumPostBody |
| 46 | elements which are deemed "too large" (those for which |
| 47 | scrolling is currently activated because they are taller than |
| 48 | their max-height). */ |
| 49 | document.querySelectorAll( |
| 50 | 'div.forumHier, div.forumTime, div.forumHierRoot, div.forumEdit' |
| 51 | ).forEach(function f(forumPostWrapper){ |
| 52 | const content = forumPostWrapper.querySelector('div.forumPostBody'); |
| 53 | if(!content || !scrollbarIsVisible(content)) return; |
| 54 | const parent = content.parentElement, |
| 55 | widget = D.addClass( |
| 56 |
| --- src/fossil.page.forumpost.js | |
| +++ src/fossil.page.forumpost.js | |
| @@ -45,11 +45,11 @@ | |
| 45 | /* Adds an Expand/Collapse toggle to all div.forumPostBody |
| 46 | elements which are deemed "too large" (those for which |
| 47 | scrolling is currently activated because they are taller than |
| 48 | their max-height). */ |
| 49 | document.querySelectorAll( |
| 50 | 'div.forumHier, div.forumTime, div.forumEdit' |
| 51 | ).forEach(function f(forumPostWrapper){ |
| 52 | const content = forumPostWrapper.querySelector('div.forumPostBody'); |
| 53 | if(!content || !scrollbarIsVisible(content)) return; |
| 54 | const parent = content.parentElement, |
| 55 | widget = D.addClass( |
| 56 |