mirror of
https://github.com/gotson/komga.git
synced 2025-12-21 16:03:03 +01:00
feat(webreader): side padding, original scaling for Webtoon
check 6faeb2ab2e for changes
this is a dummy commit to trigger the release
the squash commit was incorrectly named
PR #266
Closes #264
This commit is contained in:
parent
6faeb2ab2e
commit
6499788543
1 changed files with 1 additions and 0 deletions
|
|
@ -10,4 +10,5 @@ export enum ContinuousScaleType {
|
|||
ORIGINAL = 'original'
|
||||
}
|
||||
|
||||
|
||||
export const PaddingPercentage: number[] = [0, 5, 10, 15, 20, 25, 30, 35, 40]
|
||||
|
|
|
|||
Loading…
Reference in a new issue