Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix appearance of a chat-only view: eliminate redundant gap between the vertical scrollbar and the right edge of a window. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d3c0206ed2e1cc2b5d03e0821a0eb355 |
User & Date: | george 2023-01-22 18:35:35 |
Context
2023-01-22
| ||
22:01 | Remember the chosen type of artifacts that are shown at <tt>/timeline</tt> page as a display preference. This amends the initial behavior [/timeline?c=c94f6085489effe6&y=a | introduced on 2017-11-29] with the <tt>'sticky-timeline-style'</tt> branch. ... (check-in: 61bd0c9b11 user: george tags: trunk) | |
18:35 | Fix appearance of a chat-only view: eliminate redundant gap between the vertical scrollbar and the right edge of a window. ... (check-in: d3c0206ed2 user: george tags: trunk) | |
2023-01-21
| ||
11:40 | Make diff --checkin VERSION capable for working from outside of a checkout. ... (check-in: 8e8e0269a9 user: stephan tags: trunk) | |
Changes
Changes to src/style.chat.css.
︙ | ︙ | |||
175 176 177 178 179 180 181 182 183 184 185 186 187 188 | body.chat #load-msg-toolbar > div > button { flex: 1 1 auto; } /* "Chat-only mode" hides the site header/footer, showing only the chat app. */ body.chat.chat-only-mode{ padding: 0; } body.chat #chat-button-settings {} /** Popup widget for the /chat settings. */ body.chat .chat-settings-popup { font-size: 0.8em; text-align: left; display: flex; | > | 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 | body.chat #load-msg-toolbar > div > button { flex: 1 1 auto; } /* "Chat-only mode" hides the site header/footer, showing only the chat app. */ body.chat.chat-only-mode{ padding: 0; margin: 0 auto; } body.chat #chat-button-settings {} /** Popup widget for the /chat settings. */ body.chat .chat-settings-popup { font-size: 0.8em; text-align: left; display: flex; |
︙ | ︙ |