Fossil SCM

Laxened up CSS selectors for div.content to account for skins which move that element into a sub-element.

stephan 2020-12-26 18:03 trunk
Commit 553ce288f8db73e55014d9506048a54aa229b5895b34727e14da8e2b694e5fdf
1 file changed +2 -2
+2 -2
--- src/default.css
+++ src/default.css
@@ -1645,18 +1645,18 @@
16451645
flex-direction: column-reverse;
16461646
z-index: 99 /* so that it scrolls under input area. If it's
16471647
lower than div.content then mouse events to it
16481648
are blocked!*/;
16491649
}
1650
-body.chat > div.content {
1650
+body.chat div.content {
16511651
margin: 0;
16521652
padding: 0;
16531653
display: flex;
16541654
flex-direction: column;
16551655
align-items: stretch;
16561656
}
1657
-body.chat.chat-bottom-up > div.content {
1657
+body.chat.chat-bottom-up div.content {
16581658
flex-direction: column-reverse;
16591659
}
16601660
/* Wrapper for /chat user input controls */
16611661
body.chat #chat-input-area {
16621662
display: flex;
16631663
--- src/default.css
+++ src/default.css
@@ -1645,18 +1645,18 @@
1645 flex-direction: column-reverse;
1646 z-index: 99 /* so that it scrolls under input area. If it's
1647 lower than div.content then mouse events to it
1648 are blocked!*/;
1649 }
1650 body.chat > div.content {
1651 margin: 0;
1652 padding: 0;
1653 display: flex;
1654 flex-direction: column;
1655 align-items: stretch;
1656 }
1657 body.chat.chat-bottom-up > div.content {
1658 flex-direction: column-reverse;
1659 }
1660 /* Wrapper for /chat user input controls */
1661 body.chat #chat-input-area {
1662 display: flex;
1663
--- src/default.css
+++ src/default.css
@@ -1645,18 +1645,18 @@
1645 flex-direction: column-reverse;
1646 z-index: 99 /* so that it scrolls under input area. If it's
1647 lower than div.content then mouse events to it
1648 are blocked!*/;
1649 }
1650 body.chat div.content {
1651 margin: 0;
1652 padding: 0;
1653 display: flex;
1654 flex-direction: column;
1655 align-items: stretch;
1656 }
1657 body.chat.chat-bottom-up div.content {
1658 flex-direction: column-reverse;
1659 }
1660 /* Wrapper for /chat user input controls */
1661 body.chat #chat-input-area {
1662 display: flex;
1663

Keyboard Shortcuts

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