Fossil SCM

Remove display:flex from .message-widget-content elements, as it causes IMG elements to stretch to fill up all available space.

stephan 2021-12-30 18:08 chat-attachment-iframe
Commit cf4a17c8b4d0208646d529f73200abb2c75e3e21865aa88b81596a9efb114db5
1 file changed -2
--- src/style.chat.css
+++ src/style.chat.css
@@ -29,12 +29,10 @@
2929
/* Center-aligns a system-level notification message. */
3030
align-items: center;
3131
}
3232
/* The content area of a message. */
3333
body.chat .message-widget-content {
34
- display: flex;
35
- flex-direction: column;
3634
border-radius: 0.25em;
3735
border: 1px solid rgba(0,0,0,0.2);
3836
box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.29);
3937
padding: 0.25em 0.5em;
4038
margin-top: 0;
4139
--- 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

Keyboard Shortcuts

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