Fossil SCM
/chat: added a bit of gap between the Embed checkbox and its label.
Commit
90d89f886a1e2c22ebd45fffe2196630c9e4e059b1596c53ed26ef00780c8030
Parent
432ff8d8c1b1896…
1 file changed
+1
+1
| --- src/style.chat.css | ||
| +++ src/style.chat.css | ||
| @@ -44,10 +44,11 @@ | ||
| 44 | 44 | /* Special case for when embedding content which we really want to |
| 45 | 45 | expand, namely iframes. */ |
| 46 | 46 | width: 98%; |
| 47 | 47 | } |
| 48 | 48 | body.chat .message-widget-content label[for] { |
| 49 | + margin-left: 0.25em; | |
| 49 | 50 | cursor: pointer; |
| 50 | 51 | } |
| 51 | 52 | body.chat .message-widget-content > .attachment-link { |
| 52 | 53 | display: flex; |
| 53 | 54 | flex-direction: row; |
| 54 | 55 |
| --- src/style.chat.css | |
| +++ src/style.chat.css | |
| @@ -44,10 +44,11 @@ | |
| 44 | /* Special case for when embedding content which we really want to |
| 45 | expand, namely iframes. */ |
| 46 | width: 98%; |
| 47 | } |
| 48 | body.chat .message-widget-content label[for] { |
| 49 | cursor: pointer; |
| 50 | } |
| 51 | body.chat .message-widget-content > .attachment-link { |
| 52 | display: flex; |
| 53 | flex-direction: row; |
| 54 |
| --- src/style.chat.css | |
| +++ src/style.chat.css | |
| @@ -44,10 +44,11 @@ | |
| 44 | /* Special case for when embedding content which we really want to |
| 45 | expand, namely iframes. */ |
| 46 | width: 98%; |
| 47 | } |
| 48 | body.chat .message-widget-content label[for] { |
| 49 | margin-left: 0.25em; |
| 50 | cursor: pointer; |
| 51 | } |
| 52 | body.chat .message-widget-content > .attachment-link { |
| 53 | display: flex; |
| 54 | flex-direction: row; |
| 55 |