Fossil SCM
/chat: reduced the size of the non-compact-mode buttons a bit, based on user feedback. We'll call this solved for now.
Commit
1fc2a2657720530f7068bae424709e198ce16744e21e98c20593d571ff200adf
Parent
f4d2eca021037de…
1 file changed
+1
-1
+1
-1
| --- src/style.chat.css | ||
| +++ src/style.chat.css | ||
| @@ -274,11 +274,11 @@ | ||
| 274 | 274 | margin: 0.125em; |
| 275 | 275 | display: inline-flex; |
| 276 | 276 | justify-content: center; |
| 277 | 277 | align-items: center; |
| 278 | 278 | cursor: pointer; |
| 279 | - font-size: 150%; | |
| 279 | + font-size: 130%; | |
| 280 | 280 | } |
| 281 | 281 | body.chat #chat-buttons-wrapper > .cbutton:hover { |
| 282 | 282 | background-color: rgba(200,200,200,0.3); |
| 283 | 283 | } |
| 284 | 284 | body.chat #chat-input-line.compact #chat-buttons-wrapper > .cbutton { |
| 285 | 285 |
| --- src/style.chat.css | |
| +++ src/style.chat.css | |
| @@ -274,11 +274,11 @@ | |
| 274 | margin: 0.125em; |
| 275 | display: inline-flex; |
| 276 | justify-content: center; |
| 277 | align-items: center; |
| 278 | cursor: pointer; |
| 279 | font-size: 150%; |
| 280 | } |
| 281 | body.chat #chat-buttons-wrapper > .cbutton:hover { |
| 282 | background-color: rgba(200,200,200,0.3); |
| 283 | } |
| 284 | body.chat #chat-input-line.compact #chat-buttons-wrapper > .cbutton { |
| 285 |
| --- src/style.chat.css | |
| +++ src/style.chat.css | |
| @@ -274,11 +274,11 @@ | |
| 274 | margin: 0.125em; |
| 275 | display: inline-flex; |
| 276 | justify-content: center; |
| 277 | align-items: center; |
| 278 | cursor: pointer; |
| 279 | font-size: 130%; |
| 280 | } |
| 281 | body.chat #chat-buttons-wrapper > .cbutton:hover { |
| 282 | background-color: rgba(200,200,200,0.3); |
| 283 | } |
| 284 | body.chat #chat-input-line.compact #chat-buttons-wrapper > .cbutton { |
| 285 |