Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Make the wikiedit/fileedit edit-stash select element grow less agressively. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a645302b4783fd59c3f070922da85436 |
User & Date: | stephan 2020-08-30 19:48:27 |
Context
2020-08-30
| ||
20:29 | Fix a db_unprotect() call in the Admin pages. ... (check-in: b9fa7e28 user: drh tags: trunk) | |
19:48 | Make the wikiedit/fileedit edit-stash select element grow less agressively. ... (check-in: a645302b user: stephan tags: trunk) | |
19:18 | Fixed a stroke width in that previous commit. ... (check-in: ef6cdb68 user: stephan tags: trunk) | |
Changes
Changes to src/style.fileedit.css.
︙ | ︙ | |||
151 152 153 154 155 156 157 | flex-wrap: wrap; align-items: center; } body.fileedit #fileedit-stash-selector select { margin: 0 1em; height: initial; font-family: monospace; | | | 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 | flex-wrap: wrap; align-items: center; } body.fileedit #fileedit-stash-selector select { margin: 0 1em; height: initial; font-family: monospace; flex: 1 1 auto; } body.fileedit .tab-container > .tabs > .tab-panel { display: flex; flex-direction: column; } body.fileedit #fileedit-tab-diff-wrapper { margin: 0; |
︙ | ︙ |
Changes to src/style.wikiedit.css.
︙ | ︙ | |||
185 186 187 188 189 190 191 | flex-wrap: wrap; align-items: center; } body.wikiedit #wikiedit-stash-selector select { margin: 0 1em 0 0.5em; height: initial; font-family: monospace; | | | 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 | flex-wrap: wrap; align-items: center; } body.wikiedit #wikiedit-stash-selector select { margin: 0 1em 0 0.5em; height: initial; font-family: monospace; flex: 1 1 auto; } body.wikiedit fieldset.page-types-list > div > span { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; } |