Fossil SCM

Removed the body-area h1 from the /chat message-area size calculation now that it's being suppressed in CSS. This should be a net zero now.

wyoung 2024-02-11 12:45 trunk
Commit e4aca28d1c3f5e8d024dfd02923885ea501c1577ba3b9405d1d71735e0d4078c
1 file changed -1
--- src/fossil.page.chat.js
+++ src/fossil.page.chat.js
@@ -70,11 +70,10 @@
7070
const GetFramingElements = function() {
7171
return document.querySelectorAll([
7272
"body > header",
7373
"body > nav.mainmenu",
7474
"body > footer",
75
- "h1.page-title",
7675
"#debugMsg"
7776
].join(','));
7877
};
7978
const ForceResizeKludge = (function(){
8079
/* Workaround for Safari mayhem regarding use of vh CSS units....
8180
--- src/fossil.page.chat.js
+++ src/fossil.page.chat.js
@@ -70,11 +70,10 @@
70 const GetFramingElements = function() {
71 return document.querySelectorAll([
72 "body > header",
73 "body > nav.mainmenu",
74 "body > footer",
75 "h1.page-title",
76 "#debugMsg"
77 ].join(','));
78 };
79 const ForceResizeKludge = (function(){
80 /* Workaround for Safari mayhem regarding use of vh CSS units....
81
--- src/fossil.page.chat.js
+++ src/fossil.page.chat.js
@@ -70,11 +70,10 @@
70 const GetFramingElements = function() {
71 return document.querySelectorAll([
72 "body > header",
73 "body > nav.mainmenu",
74 "body > footer",
 
75 "#debugMsg"
76 ].join(','));
77 };
78 const ForceResizeKludge = (function(){
79 /* Workaround for Safari mayhem regarding use of vh CSS units....
80

Keyboard Shortcuts

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