Fossil SCM
/chat button size refinement.
Commit
c24d2bb67c7e5e04f72bd6027b73a18531e3a5489dd7f061f0a9242f4fea01ce
Parent
3259251aeb63096…
1 file changed
+2
+2
| --- src/style.chat.css | ||
| +++ src/style.chat.css | ||
| @@ -207,10 +207,11 @@ | ||
| 207 | 207 | padding: initial/*some skins mess this up for buttons*/; |
| 208 | 208 | } |
| 209 | 209 | body.chat #chat-input-line:not(.single-line) #chat-edit-buttons > * { |
| 210 | 210 | max-width: 4em; |
| 211 | 211 | margin: 0.25em; |
| 212 | + min-height: 2em; | |
| 212 | 213 | } |
| 213 | 214 | body.chat #chat-input-line:not(.single-line) #chat-input-field { |
| 214 | 215 | border-left-style: double; |
| 215 | 216 | border-left-width: 3px; |
| 216 | 217 | border-right-style: double; |
| @@ -220,10 +221,11 @@ | ||
| 220 | 221 | font-family: monospace; |
| 221 | 222 | } |
| 222 | 223 | |
| 223 | 224 | body.chat #chat-input-line.single-line #chat-edit-buttons > * { |
| 224 | 225 | margin: 0 0.25em; |
| 226 | + min-width: 2em; | |
| 225 | 227 | } |
| 226 | 228 | |
| 227 | 229 | body.chat #chat-input-line > button { |
| 228 | 230 | max-width: 4em; |
| 229 | 231 | } |
| 230 | 232 |
| --- src/style.chat.css | |
| +++ src/style.chat.css | |
| @@ -207,10 +207,11 @@ | |
| 207 | padding: initial/*some skins mess this up for buttons*/; |
| 208 | } |
| 209 | body.chat #chat-input-line:not(.single-line) #chat-edit-buttons > * { |
| 210 | max-width: 4em; |
| 211 | margin: 0.25em; |
| 212 | } |
| 213 | body.chat #chat-input-line:not(.single-line) #chat-input-field { |
| 214 | border-left-style: double; |
| 215 | border-left-width: 3px; |
| 216 | border-right-style: double; |
| @@ -220,10 +221,11 @@ | |
| 220 | font-family: monospace; |
| 221 | } |
| 222 | |
| 223 | body.chat #chat-input-line.single-line #chat-edit-buttons > * { |
| 224 | margin: 0 0.25em; |
| 225 | } |
| 226 | |
| 227 | body.chat #chat-input-line > button { |
| 228 | max-width: 4em; |
| 229 | } |
| 230 |
| --- src/style.chat.css | |
| +++ src/style.chat.css | |
| @@ -207,10 +207,11 @@ | |
| 207 | padding: initial/*some skins mess this up for buttons*/; |
| 208 | } |
| 209 | body.chat #chat-input-line:not(.single-line) #chat-edit-buttons > * { |
| 210 | max-width: 4em; |
| 211 | margin: 0.25em; |
| 212 | min-height: 2em; |
| 213 | } |
| 214 | body.chat #chat-input-line:not(.single-line) #chat-input-field { |
| 215 | border-left-style: double; |
| 216 | border-left-width: 3px; |
| 217 | border-right-style: double; |
| @@ -220,10 +221,11 @@ | |
| 221 | font-family: monospace; |
| 222 | } |
| 223 | |
| 224 | body.chat #chat-input-line.single-line #chat-edit-buttons > * { |
| 225 | margin: 0 0.25em; |
| 226 | min-width: 2em; |
| 227 | } |
| 228 | |
| 229 | body.chat #chat-input-line > button { |
| 230 | max-width: 4em; |
| 231 | } |
| 232 |