Fossil SCM
Reduced side margin/padding on text input field to improve phone usability.
Commit
ac6e7ae9da579b64df192b8893b159616dc185b5c9f6fb0c3acd0bafb7a5d8ac
Parent
607854c90f95b5c…
1 file changed
+2
-2
+2
-2
| --- src/style.chat.css | ||
| +++ src/style.chat.css | ||
| @@ -199,14 +199,14 @@ | ||
| 199 | 199 | } |
| 200 | 200 | /* Wrapper for /chat user input controls */ |
| 201 | 201 | body.chat #chat-input-area { |
| 202 | 202 | display: flex; |
| 203 | 203 | flex-direction: column; |
| 204 | - padding: 0.5em 1em; | |
| 204 | + padding: 0.5em 0 0 0; | |
| 205 | 205 | border-bottom: none; |
| 206 | 206 | border-top: 1px solid black; |
| 207 | - margin: 0.5em 1em 0 1em; | |
| 207 | + margin: 0.5em 0; | |
| 208 | 208 | position: initial /*sticky currently disabled due to scrolling-related issues*/; |
| 209 | 209 | bottom: 0; |
| 210 | 210 | } |
| 211 | 211 | body.chat:not(.chat-only-mode) #chat-input-area{ |
| 212 | 212 | /* Safari user reports that 2em is necessary to keep the file selection |
| 213 | 213 |
| --- src/style.chat.css | |
| +++ src/style.chat.css | |
| @@ -199,14 +199,14 @@ | |
| 199 | } |
| 200 | /* Wrapper for /chat user input controls */ |
| 201 | body.chat #chat-input-area { |
| 202 | display: flex; |
| 203 | flex-direction: column; |
| 204 | padding: 0.5em 1em; |
| 205 | border-bottom: none; |
| 206 | border-top: 1px solid black; |
| 207 | margin: 0.5em 1em 0 1em; |
| 208 | position: initial /*sticky currently disabled due to scrolling-related issues*/; |
| 209 | bottom: 0; |
| 210 | } |
| 211 | body.chat:not(.chat-only-mode) #chat-input-area{ |
| 212 | /* Safari user reports that 2em is necessary to keep the file selection |
| 213 |
| --- src/style.chat.css | |
| +++ src/style.chat.css | |
| @@ -199,14 +199,14 @@ | |
| 199 | } |
| 200 | /* Wrapper for /chat user input controls */ |
| 201 | body.chat #chat-input-area { |
| 202 | display: flex; |
| 203 | flex-direction: column; |
| 204 | padding: 0.5em 0 0 0; |
| 205 | border-bottom: none; |
| 206 | border-top: 1px solid black; |
| 207 | margin: 0.5em 0; |
| 208 | position: initial /*sticky currently disabled due to scrolling-related issues*/; |
| 209 | bottom: 0; |
| 210 | } |
| 211 | body.chat:not(.chat-only-mode) #chat-input-area{ |
| 212 | /* Safari user reports that 2em is necessary to keep the file selection |
| 213 |