Fossil SCM

Fix appearance of a chat-only view: eliminate redundant gap between the vertical scrollbar and the right edge of a window.

george 2023-01-22 18:35 trunk
Commit d3c0206ed2e1cc2b5d03e0821a0eb35513190067b4b0eb4f64a7b0e1380aeed2
1 file changed +1
--- src/style.chat.css
+++ src/style.chat.css
@@ -177,10 +177,11 @@
177177
}
178178
/* "Chat-only mode" hides the site header/footer, showing only
179179
the chat app. */
180180
body.chat.chat-only-mode{
181181
padding: 0;
182
+ margin: 0 auto;
182183
}
183184
body.chat #chat-button-settings {}
184185
/** Popup widget for the /chat settings. */
185186
body.chat .chat-settings-popup {
186187
font-size: 0.8em;
187188
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button