Fossil SCM

Adjust padding in /chat CSS to eliminate an unsightly dead zone between the chat area scrollbar and the right side of the page, as reported in /chat.

stephan 2022-02-19 23:03 trunk
Commit 46ec28aca9d584a9711aee81c40216dcdab5d5ff8f689772b72f91049a96f53d
1 file changed +7 -1
--- src/style.chat.css
+++ src/style.chat.css
@@ -175,11 +175,13 @@
175175
body.chat #load-msg-toolbar > div > button {
176176
flex: 1 1 auto;
177177
}
178178
/* "Chat-only mode" hides the site header/footer, showing only
179179
the chat app. */
180
-body.chat.chat-only-mode{}
180
+body.chat.chat-only-mode{
181
+ padding: 0;
182
+}
181183
body.chat #chat-button-settings {}
182184
/** Popup widget for the /chat settings. */
183185
body.chat .chat-settings-popup {
184186
font-size: 0.8em;
185187
text-align: left;
@@ -271,10 +273,14 @@
271273
display: flex;
272274
flex-direction: row;
273275
align-items: stretch;
274276
flex-wrap: nowrap;
275277
}
278
+body.chat.chat-only-mode #chat-input-line-wrapper {
279
+ padding: 0 0.25em;
280
+}
281
+
276282
/*body.chat #chat-input-line-wrapper:not(.compact) {
277283
flex-wrap: nowrap;
278284
}*/
279285
body.chat #chat-input-line-wrapper.compact {
280286
/* "The problem" with wrapping, together with a contenteditable input
281287
--- src/style.chat.css
+++ src/style.chat.css
@@ -175,11 +175,13 @@
175 body.chat #load-msg-toolbar > div > button {
176 flex: 1 1 auto;
177 }
178 /* "Chat-only mode" hides the site header/footer, showing only
179 the chat app. */
180 body.chat.chat-only-mode{}
 
 
181 body.chat #chat-button-settings {}
182 /** Popup widget for the /chat settings. */
183 body.chat .chat-settings-popup {
184 font-size: 0.8em;
185 text-align: left;
@@ -271,10 +273,14 @@
271 display: flex;
272 flex-direction: row;
273 align-items: stretch;
274 flex-wrap: nowrap;
275 }
 
 
 
 
276 /*body.chat #chat-input-line-wrapper:not(.compact) {
277 flex-wrap: nowrap;
278 }*/
279 body.chat #chat-input-line-wrapper.compact {
280 /* "The problem" with wrapping, together with a contenteditable input
281
--- src/style.chat.css
+++ src/style.chat.css
@@ -175,11 +175,13 @@
175 body.chat #load-msg-toolbar > div > button {
176 flex: 1 1 auto;
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 text-align: left;
@@ -271,10 +273,14 @@
273 display: flex;
274 flex-direction: row;
275 align-items: stretch;
276 flex-wrap: nowrap;
277 }
278 body.chat.chat-only-mode #chat-input-line-wrapper {
279 padding: 0 0.25em;
280 }
281
282 /*body.chat #chat-input-line-wrapper:not(.compact) {
283 flex-wrap: nowrap;
284 }*/
285 body.chat #chat-input-line-wrapper.compact {
286 /* "The problem" with wrapping, together with a contenteditable input
287

Keyboard Shortcuts

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