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.
Commit
e4aca28d1c3f5e8d024dfd02923885ea501c1577ba3b9405d1d71735e0d4078c
Parent
c0541318aaf571b…
1 file changed
-1
| --- src/fossil.page.chat.js | ||
| +++ src/fossil.page.chat.js | ||
| @@ -70,11 +70,10 @@ | ||
| 70 | 70 | const GetFramingElements = function() { |
| 71 | 71 | return document.querySelectorAll([ |
| 72 | 72 | "body > header", |
| 73 | 73 | "body > nav.mainmenu", |
| 74 | 74 | "body > footer", |
| 75 | - "h1.page-title", | |
| 76 | 75 | "#debugMsg" |
| 77 | 76 | ].join(',')); |
| 78 | 77 | }; |
| 79 | 78 | const ForceResizeKludge = (function(){ |
| 80 | 79 | /* Workaround for Safari mayhem regarding use of vh CSS units.... |
| 81 | 80 |
| --- 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 |