Fossil SCM
Fix appearance of a chat-only view: eliminate redundant gap between the vertical scrollbar and the right edge of a window.
Commit
d3c0206ed2e1cc2b5d03e0821a0eb35513190067b4b0eb4f64a7b0e1380aeed2
Parent
8e8e0269a96a2e2…
1 file changed
+1
+1
| --- src/style.chat.css | ||
| +++ src/style.chat.css | ||
| @@ -177,10 +177,11 @@ | ||
| 177 | 177 | } |
| 178 | 178 | /* "Chat-only mode" hides the site header/footer, showing only |
| 179 | 179 | the chat app. */ |
| 180 | 180 | body.chat.chat-only-mode{ |
| 181 | 181 | padding: 0; |
| 182 | + margin: 0 auto; | |
| 182 | 183 | } |
| 183 | 184 | body.chat #chat-button-settings {} |
| 184 | 185 | /** Popup widget for the /chat settings. */ |
| 185 | 186 | body.chat .chat-settings-popup { |
| 186 | 187 | font-size: 0.8em; |
| 187 | 188 |
| --- src/style.chat.css | |
| +++ src/style.chat.css | |
| @@ -177,10 +177,11 @@ | |
| 177 | } |
| 178 | /* "Chat-only mode" hides the site header/footer, showing only |
| 179 | the chat app. */ |
| 180 | body.chat.chat-only-mode{ |
| 181 | padding: 0; |
| 182 | } |
| 183 | body.chat #chat-button-settings {} |
| 184 | /** Popup widget for the /chat settings. */ |
| 185 | body.chat .chat-settings-popup { |
| 186 | font-size: 0.8em; |
| 187 |
| --- src/style.chat.css | |
| +++ src/style.chat.css | |
| @@ -177,10 +177,11 @@ | |
| 177 | } |
| 178 | /* "Chat-only mode" hides the site header/footer, showing only |
| 179 | the chat app. */ |
| 180 | body.chat.chat-only-mode{ |
| 181 | padding: 0; |
| 182 | margin: 0 auto; |
| 183 | } |
| 184 | body.chat #chat-button-settings {} |
| 185 | /** Popup widget for the /chat settings. */ |
| 186 | body.chat .chat-settings-popup { |
| 187 | font-size: 0.8em; |
| 188 |