Signed by hannaSSH key fingerprint: SHA256:4g9cWhkAAw8gwqhJUcVbSnGEvdGwklW+1Aa/fMUu59k
assets/base.css +5 −0
| @@ -2031,6 +2031,11 @@ table.blob tr:target { | |||
| 2031 | gap: 0.5rem; | 2031 | gap: 0.5rem; |
| 2032 | flex: none; | 2032 | flex: none; |
| 2033 | } | 2033 | } |
| 2034 | /* Action-row submit buttons must not inherit the stacked-form top margin, or | ||
| 2035 | they float out of vertical alignment with the row. */ | ||
| 2036 | .entry-row-actions form button[type="submit"] { | ||
| 2037 | margin-top: 0; | ||
| 2038 | } | ||
| 2034 | .commit-sha-pill { | 2039 | .commit-sha-pill { |
| 2035 | padding: 0.1rem 0.45rem; | 2040 | padding: 0.1rem 0.45rem; |
| 2036 | background: var(--fb-bg-inset); | 2041 | background: var(--fb-bg-inset); |