1
0
Fork 0
forked from forgejo/forgejo

Update JS dependencies and misc tweaks (#25540)

- Update all JS dependencies
- Enable `declaration-property-unit-disallowed-list` to forbid `em` on
`line-height`
- Rename dependency update targets to `update-js` and `update-py` and
document them
- Remove margin on Asciicast viewer
- Tested Swagger, Katex, Asciicast

<img width="1243" alt="Screenshot 2023-06-27 at 19 51 05"
src="2d2722a0-2aa7-4f4c-b8bd-17e1f3637b78">
This commit is contained in:
silverwind 2023-06-27 21:44:17 +02:00 committed by GitHub
parent 426a49d481
commit b943318617
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 106 additions and 104 deletions

View file

@ -59,7 +59,7 @@
font-weight: var(--font-weight-medium);
font-size: 1.28571429em;
margin-top: -.21425em;
line-height: 1.28571429em;
line-height: 1.28571429;
}
.ui.cards > .card > .content:first-child,