Signed by hannaSSH key fingerprint: SHA256:4g9cWhkAAw8gwqhJUcVbSnGEvdGwklW+1Aa/fMUu59k
assets/base.css +5 −3
| @@ -295,7 +295,7 @@ body.drawer-open .drawer-backdrop { | |||
| 295 | 295 | display: flex; | |
| 296 | 296 | gap: 0.5rem; | |
| 297 | 297 | flex-wrap: wrap; | |
| 298 | - | align-items: center; | |
| 298 | + | align-items: stretch; | |
| 299 | 299 | } | |
| 300 | 300 | .collab-add input[type="text"] { | |
| 301 | 301 | flex: 1; | |
| @@ -306,6 +306,8 @@ body.drawer-open .drawer-backdrop { | |||
| 306 | 306 | } | |
| 307 | 307 | .collab-add button { | |
| 308 | 308 | flex: none; | |
| 309 | + | /* Override the card-form submit spacing so it aligns in the row. */ | |
| 310 | + | margin-top: 0; | |
| 309 | 311 | } | |
| 310 | 312 | ||
| 311 | 313 | label { | |
| @@ -347,7 +349,7 @@ select:focus { | |||
| 347 | 349 | .link-fields { | |
| 348 | 350 | display: flex; | |
| 349 | 351 | flex-wrap: wrap; | |
| 350 | - | align-items: center; | |
| 352 | + | align-items: stretch; | |
| 351 | 353 | gap: 0.5rem; | |
| 352 | 354 | } | |
| 353 | 355 | .link-slot { | |
| @@ -755,7 +757,7 @@ select:focus { | |||
| 755 | 757 | } | |
| 756 | 758 | .avatar-upload-row { | |
| 757 | 759 | display: flex; | |
| 758 | - | align-items: center; | |
| 760 | + | align-items: stretch; | |
| 759 | 761 | gap: 0.75rem; | |
| 760 | 762 | flex-wrap: wrap; | |
| 761 | 763 | margin-top: 0.6rem; | |