Fossil SCM
Make the wikiedit/fileedit edit-stash select element grow less agressively.
Commit
a645302b4783fd59c3f070922da85436ff4b5a4fabc19b4ad644149c0aac0c32
Parent
ef6cdb68c8b3317…
2 files changed
+1
-1
+1
-1
+1
-1
| --- src/style.fileedit.css | ||
| +++ src/style.fileedit.css | ||
| @@ -153,11 +153,11 @@ | ||
| 153 | 153 | } |
| 154 | 154 | body.fileedit #fileedit-stash-selector select { |
| 155 | 155 | margin: 0 1em; |
| 156 | 156 | height: initial; |
| 157 | 157 | font-family: monospace; |
| 158 | - flex: 10 1 auto; | |
| 158 | + flex: 1 1 auto; | |
| 159 | 159 | } |
| 160 | 160 | body.fileedit .tab-container > .tabs > .tab-panel { |
| 161 | 161 | display: flex; |
| 162 | 162 | flex-direction: column; |
| 163 | 163 | } |
| 164 | 164 |
| --- src/style.fileedit.css | |
| +++ src/style.fileedit.css | |
| @@ -153,11 +153,11 @@ | |
| 153 | } |
| 154 | body.fileedit #fileedit-stash-selector select { |
| 155 | margin: 0 1em; |
| 156 | height: initial; |
| 157 | font-family: monospace; |
| 158 | flex: 10 1 auto; |
| 159 | } |
| 160 | body.fileedit .tab-container > .tabs > .tab-panel { |
| 161 | display: flex; |
| 162 | flex-direction: column; |
| 163 | } |
| 164 |
| --- src/style.fileedit.css | |
| +++ src/style.fileedit.css | |
| @@ -153,11 +153,11 @@ | |
| 153 | } |
| 154 | body.fileedit #fileedit-stash-selector select { |
| 155 | margin: 0 1em; |
| 156 | height: initial; |
| 157 | font-family: monospace; |
| 158 | flex: 1 1 auto; |
| 159 | } |
| 160 | body.fileedit .tab-container > .tabs > .tab-panel { |
| 161 | display: flex; |
| 162 | flex-direction: column; |
| 163 | } |
| 164 |
+1
-1
| --- src/style.wikiedit.css | ||
| +++ src/style.wikiedit.css | ||
| @@ -187,11 +187,11 @@ | ||
| 187 | 187 | } |
| 188 | 188 | body.wikiedit #wikiedit-stash-selector select { |
| 189 | 189 | margin: 0 1em 0 0.5em; |
| 190 | 190 | height: initial; |
| 191 | 191 | font-family: monospace; |
| 192 | - flex: 10 1 auto; | |
| 192 | + flex: 1 1 auto; | |
| 193 | 193 | } |
| 194 | 194 | body.wikiedit fieldset.page-types-list > div > span { |
| 195 | 195 | display: flex; |
| 196 | 196 | flex-direction: row; |
| 197 | 197 | flex-wrap: nowrap; |
| 198 | 198 |
| --- src/style.wikiedit.css | |
| +++ src/style.wikiedit.css | |
| @@ -187,11 +187,11 @@ | |
| 187 | } |
| 188 | body.wikiedit #wikiedit-stash-selector select { |
| 189 | margin: 0 1em 0 0.5em; |
| 190 | height: initial; |
| 191 | font-family: monospace; |
| 192 | flex: 10 1 auto; |
| 193 | } |
| 194 | body.wikiedit fieldset.page-types-list > div > span { |
| 195 | display: flex; |
| 196 | flex-direction: row; |
| 197 | flex-wrap: nowrap; |
| 198 |
| --- src/style.wikiedit.css | |
| +++ src/style.wikiedit.css | |
| @@ -187,11 +187,11 @@ | |
| 187 | } |
| 188 | body.wikiedit #wikiedit-stash-selector select { |
| 189 | margin: 0 1em 0 0.5em; |
| 190 | height: initial; |
| 191 | font-family: monospace; |
| 192 | flex: 1 1 auto; |
| 193 | } |
| 194 | body.wikiedit fieldset.page-types-list > div > span { |
| 195 | display: flex; |
| 196 | flex-direction: row; |
| 197 | flex-wrap: nowrap; |
| 198 |