mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-21 17:24:10 +00:00
Update JS dependencies (#20423)
- Update all JS dependencies minus vue ones - Remove workaround for case-insensitive attribute selector - Add new linter rules and fix issues - Tested SVG display and swagger
This commit is contained in:
parent
b8733e8f89
commit
c7fa5cc017
11 changed files with 3259 additions and 3096 deletions
|
@ -494,7 +494,10 @@
|
|||
object-fit: contain;
|
||||
}
|
||||
|
||||
/* also see misc.css for one more related rule */
|
||||
img[src$='.svg' i] {
|
||||
max-height: 600px !important;
|
||||
max-width: 600px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.plain-text {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue