Fossil SCM

Suppressing the body-area "Chat" header on mobile. It takes up space to no useful end.

wyoung 2024-02-11 11:46 trunk
Commit c0541318aaf571b1330de58fd88c13fc84c5c67cdf1057eafe49c4d3458a37a7
1 file changed +4 -1
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -467,11 +467,14 @@
467467
.title {
468468
padding-top: 0px;
469469
padding-bottom: 0px;
470470
}
471471
.title > .page-title {
472
- display: none; /* use h1 in body area, below menu bar */
472
+ display: none; /* use h1 in body area, below menu bar… */
473
+ }
474
+ body.chat > .page-title {
475
+ display: none; /* …except in mobile chat */
473476
}
474477
h1.page-title {
475478
font-size: 1.60em; /* match content > h1 */
476479
margin-bottom: 0; /* div.content top margin suffices */
477480
}
478481
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -467,11 +467,14 @@
467 .title {
468 padding-top: 0px;
469 padding-bottom: 0px;
470 }
471 .title > .page-title {
472 display: none; /* use h1 in body area, below menu bar */
 
 
 
473 }
474 h1.page-title {
475 font-size: 1.60em; /* match content > h1 */
476 margin-bottom: 0; /* div.content top margin suffices */
477 }
478
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -467,11 +467,14 @@
467 .title {
468 padding-top: 0px;
469 padding-bottom: 0px;
470 }
471 .title > .page-title {
472 display: none; /* use h1 in body area, below menu bar… */
473 }
474 body.chat > .page-title {
475 display: none; /* …except in mobile chat */
476 }
477 h1.page-title {
478 font-size: 1.60em; /* match content > h1 */
479 margin-bottom: 0; /* div.content top margin suffices */
480 }
481

Keyboard Shortcuts

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