Fossil SCM
Laxened up CSS selectors for div.content to account for skins which move that element into a sub-element.
Commit
553ce288f8db73e55014d9506048a54aa229b5895b34727e14da8e2b694e5fdf
Parent
feaa3b164082cec…
1 file changed
+2
-2
+2
-2
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -1645,18 +1645,18 @@ | ||
| 1645 | 1645 | flex-direction: column-reverse; |
| 1646 | 1646 | z-index: 99 /* so that it scrolls under input area. If it's |
| 1647 | 1647 | lower than div.content then mouse events to it |
| 1648 | 1648 | are blocked!*/; |
| 1649 | 1649 | } |
| 1650 | -body.chat > div.content { | |
| 1650 | +body.chat div.content { | |
| 1651 | 1651 | margin: 0; |
| 1652 | 1652 | padding: 0; |
| 1653 | 1653 | display: flex; |
| 1654 | 1654 | flex-direction: column; |
| 1655 | 1655 | align-items: stretch; |
| 1656 | 1656 | } |
| 1657 | -body.chat.chat-bottom-up > div.content { | |
| 1657 | +body.chat.chat-bottom-up div.content { | |
| 1658 | 1658 | flex-direction: column-reverse; |
| 1659 | 1659 | } |
| 1660 | 1660 | /* Wrapper for /chat user input controls */ |
| 1661 | 1661 | body.chat #chat-input-area { |
| 1662 | 1662 | display: flex; |
| 1663 | 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 |
| --- 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 |