Signed by hannaSSH key fingerprint: SHA256:4g9cWhkAAw8gwqhJUcVbSnGEvdGwklW+1Aa/fMUu59k
assets/base.css +6 −3
| @@ -353,8 +353,10 @@ select:focus { | |||
| 353 | 353 | .link-slot { | |
| 354 | 354 | flex: 1 1 100%; | |
| 355 | 355 | } | |
| 356 | + | /* Concrete basis (not auto) so the global input width:100% doesn't claim the | |
| 357 | + | whole row and wrap the Add button below. */ | |
| 356 | 358 | .link-slot.last-visible { | |
| 357 | - | flex: 1 1 auto; | |
| 359 | + | flex: 1 1 12rem; | |
| 358 | 360 | } | |
| 359 | 361 | .link-add { | |
| 360 | 362 | flex: 0 0 auto; | |
| @@ -759,8 +761,9 @@ select:focus { | |||
| 759 | 761 | margin-top: 0.6rem; | |
| 760 | 762 | } | |
| 761 | 763 | .avatar-form input[type="file"] { | |
| 762 | - | flex: 1; | |
| 763 | - | min-width: 12rem; | |
| 764 | + | flex: 0 1 auto; | |
| 765 | + | min-width: 0; | |
| 766 | + | max-width: 100%; | |
| 764 | 767 | padding: 0.4rem; | |
| 765 | 768 | background: var(--fb-bg-inset); | |
| 766 | 769 | border: 1px solid var(--fb-border); | |