Former-commit-id: ea03195c81aef73e6859fb270499cd974015cf32
This commit is contained in:
troyeguo
2022-08-27 11:48:53 +08:00
parent 324f507b1c
commit 2cd2754f2f
2 changed files with 5 additions and 5 deletions

View File

@@ -180,8 +180,8 @@
"Less": "Less",
"Latest Stable Version": "Latest Stable Version",
"Developer Version": "Developer Version",
"Current Reading Time": "Time Used{{count}} min",
"Finish Reading Time": "Time Remain{{count}} min",
"Current Reading Time": "Time Used: {{count}} min",
"Finish Reading Time": "Time Remain: {{count}} min",
"Book Page": "Page {{count}}",
"Total books": "Total {{count}} books",
"Pages": "Pages",

View File

@@ -82,7 +82,7 @@ class styleUtil {
: ""
};margin-bottom: ${
StorageUtil.getReaderConfig("paraSpacing") || 0
}px !important;padding:0px;word-wrap: break-word;`;
}px !important;padding:0px 5px !important;word-wrap: break-word;`;
} else {
return {
"a, article, cite, code, div, li, p, pre, span, table, body": {
@@ -142,10 +142,10 @@ class styleUtil {
}`,
"margin-bottom": `${
StorageUtil.getReaderConfig("paraSpacing") || 0
}px !important`,
}px !important; word-wrap: break-word;`,
},
body: {
padding: "0px !important",
padding: "0px 5px !important",
},
};
}