Fossil SCM

/chat: tell the file selection widget not to wrap, so that the help button stays on the same line (reported from Martin G's phone).

stephan 2021-09-21 11:52 chat-markdown
Commit 4fc065ba4a865e64270ac53174bafd54e8dd810c56f288a39a3cff545c26e34d
1 file changed +1
--- src/style.chat.css
+++ src/style.chat.css
@@ -261,10 +261,11 @@
261261
body.chat #chat-input-file-area > .file-selection-wrapper {
262262
align-self: flex-start;
263263
margin-right: 0.5em;
264264
flex: 0 1 auto;
265265
padding: 0.25em 0.25em 0.25em 0;
266
+ white-space: nowrap;
266267
}
267268
body.chat #chat-input-file-area .file-selection-wrapper > * {
268269
vertical-align: middle;
269270
margin: 0;
270271
}
271272
--- src/style.chat.css
+++ src/style.chat.css
@@ -261,10 +261,11 @@
261 body.chat #chat-input-file-area > .file-selection-wrapper {
262 align-self: flex-start;
263 margin-right: 0.5em;
264 flex: 0 1 auto;
265 padding: 0.25em 0.25em 0.25em 0;
 
266 }
267 body.chat #chat-input-file-area .file-selection-wrapper > * {
268 vertical-align: middle;
269 margin: 0;
270 }
271
--- src/style.chat.css
+++ src/style.chat.css
@@ -261,10 +261,11 @@
261 body.chat #chat-input-file-area > .file-selection-wrapper {
262 align-self: flex-start;
263 margin-right: 0.5em;
264 flex: 0 1 auto;
265 padding: 0.25em 0.25em 0.25em 0;
266 white-space: nowrap;
267 }
268 body.chat #chat-input-file-area .file-selection-wrapper > * {
269 vertical-align: middle;
270 margin: 0;
271 }
272

Keyboard Shortcuts

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