Fossil SCM
Minor layout improvement in compact mode: input field now really looks like it's one line high instead of 1.x.
Commit
40119a06bc71517f285edc7f9ad914cf8924168fff85bb0f8612b71ca0dd62cc
Parent
9191823207b1478…
1 file changed
-1
-1
| --- src/style.chat.css | ||
| +++ src/style.chat.css | ||
| @@ -231,11 +231,10 @@ | ||
| 231 | 231 | min-height: 1.5em; |
| 232 | 232 | align-self: flex-end; |
| 233 | 233 | } |
| 234 | 234 | body.chat #chat-input-line.compact #chat-edit-buttons { |
| 235 | 235 | flex-direction: row; |
| 236 | - margin-top: 0.25em; | |
| 237 | 236 | } |
| 238 | 237 | body.chat #chat-edit-buttons > * { |
| 239 | 238 | flex: 1 1 auto; |
| 240 | 239 | padding: initial/*some skins mess this up for buttons*/; |
| 241 | 240 | line-height: inherit/*undo skin funkiness*/; |
| 242 | 241 |
| --- src/style.chat.css | |
| +++ src/style.chat.css | |
| @@ -231,11 +231,10 @@ | |
| 231 | min-height: 1.5em; |
| 232 | align-self: flex-end; |
| 233 | } |
| 234 | body.chat #chat-input-line.compact #chat-edit-buttons { |
| 235 | flex-direction: row; |
| 236 | margin-top: 0.25em; |
| 237 | } |
| 238 | body.chat #chat-edit-buttons > * { |
| 239 | flex: 1 1 auto; |
| 240 | padding: initial/*some skins mess this up for buttons*/; |
| 241 | line-height: inherit/*undo skin funkiness*/; |
| 242 |
| --- src/style.chat.css | |
| +++ src/style.chat.css | |
| @@ -231,11 +231,10 @@ | |
| 231 | min-height: 1.5em; |
| 232 | align-self: flex-end; |
| 233 | } |
| 234 | body.chat #chat-input-line.compact #chat-edit-buttons { |
| 235 | flex-direction: row; |
| 236 | } |
| 237 | body.chat #chat-edit-buttons > * { |
| 238 | flex: 1 1 auto; |
| 239 | padding: initial/*some skins mess this up for buttons*/; |
| 240 | line-height: inherit/*undo skin funkiness*/; |
| 241 |