Fossil SCM
Remove display:flex from .message-widget-content elements, as it causes IMG elements to stretch to fill up all available space.
Commit
cf4a17c8b4d0208646d529f73200abb2c75e3e21865aa88b81596a9efb114db5
Parent
1721d3089a7fbcf…
1 file changed
-2
-2
| --- src/style.chat.css | ||
| +++ src/style.chat.css | ||
| @@ -29,12 +29,10 @@ | ||
| 29 | 29 | /* Center-aligns a system-level notification message. */ |
| 30 | 30 | align-items: center; |
| 31 | 31 | } |
| 32 | 32 | /* The content area of a message. */ |
| 33 | 33 | body.chat .message-widget-content { |
| 34 | - display: flex; | |
| 35 | - flex-direction: column; | |
| 36 | 34 | border-radius: 0.25em; |
| 37 | 35 | border: 1px solid rgba(0,0,0,0.2); |
| 38 | 36 | box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.29); |
| 39 | 37 | padding: 0.25em 0.5em; |
| 40 | 38 | margin-top: 0; |
| 41 | 39 |
| --- src/style.chat.css | |
| +++ src/style.chat.css | |
| @@ -29,12 +29,10 @@ | |
| 29 | /* Center-aligns a system-level notification message. */ |
| 30 | align-items: center; |
| 31 | } |
| 32 | /* The content area of a message. */ |
| 33 | body.chat .message-widget-content { |
| 34 | display: flex; |
| 35 | flex-direction: column; |
| 36 | border-radius: 0.25em; |
| 37 | border: 1px solid rgba(0,0,0,0.2); |
| 38 | box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.29); |
| 39 | padding: 0.25em 0.5em; |
| 40 | margin-top: 0; |
| 41 |
| --- src/style.chat.css | |
| +++ src/style.chat.css | |
| @@ -29,12 +29,10 @@ | |
| 29 | /* Center-aligns a system-level notification message. */ |
| 30 | align-items: center; |
| 31 | } |
| 32 | /* The content area of a message. */ |
| 33 | body.chat .message-widget-content { |
| 34 | border-radius: 0.25em; |
| 35 | border: 1px solid rgba(0,0,0,0.2); |
| 36 | box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.29); |
| 37 | padding: 0.25em 0.5em; |
| 38 | margin-top: 0; |
| 39 |