Fossil SCM
Shrank the chat buttons in compact mode because (spoiler alert) Safari.
Commit
c08a707a40fdb8a6f1f6423d988d5e30eb212bb7c5c3fffb87afe4dda3c13322
Parent
40119a06bc71517…
1 file changed
+3
-3
+3
-3
| --- src/style.chat.css | ||
| +++ src/style.chat.css | ||
| @@ -272,13 +272,13 @@ | ||
| 272 | 272 | feature that a manual resize of the element will pin its sits. |
| 273 | 273 | */ |
| 274 | 274 | } |
| 275 | 275 | |
| 276 | 276 | body.chat #chat-input-line.compact #chat-edit-buttons > * { |
| 277 | - margin: 0 0.25em; | |
| 278 | - min-width: 5ex; | |
| 279 | - max-width: 5ex; | |
| 277 | + margin: 0 0.1em; | |
| 278 | + min-width: 4ex; | |
| 279 | + max-width: 4ex; | |
| 280 | 280 | min-height: 3ex; |
| 281 | 281 | max-height: 3ex; |
| 282 | 282 | } |
| 283 | 283 | |
| 284 | 284 | body.chat #chat-input-line > #chat-settings-button{ |
| 285 | 285 |
| --- src/style.chat.css | |
| +++ src/style.chat.css | |
| @@ -272,13 +272,13 @@ | |
| 272 | feature that a manual resize of the element will pin its sits. |
| 273 | */ |
| 274 | } |
| 275 | |
| 276 | body.chat #chat-input-line.compact #chat-edit-buttons > * { |
| 277 | margin: 0 0.25em; |
| 278 | min-width: 5ex; |
| 279 | max-width: 5ex; |
| 280 | min-height: 3ex; |
| 281 | max-height: 3ex; |
| 282 | } |
| 283 | |
| 284 | body.chat #chat-input-line > #chat-settings-button{ |
| 285 |
| --- src/style.chat.css | |
| +++ src/style.chat.css | |
| @@ -272,13 +272,13 @@ | |
| 272 | feature that a manual resize of the element will pin its sits. |
| 273 | */ |
| 274 | } |
| 275 | |
| 276 | body.chat #chat-input-line.compact #chat-edit-buttons > * { |
| 277 | margin: 0 0.1em; |
| 278 | min-width: 4ex; |
| 279 | max-width: 4ex; |
| 280 | min-height: 3ex; |
| 281 | max-height: 3ex; |
| 282 | } |
| 283 | |
| 284 | body.chat #chat-input-line > #chat-settings-button{ |
| 285 |